Skip to content

tpresley/sygnal-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sygnal 2048

The 2048 game implemented using the Sygnal framework with fully commented code

Installation

Clone the repository

git clone https://github.com/tpresley/sygnal-2048.git

Or download it as a template using degit

npx degit tpresley/sygnal-2048 sygnal-2048

Install dependencies

cd sygnal-2048
npm install

Run a live dev server with hot reloading using Vite

npm run dev

Build a compiled and distributable version

npm run build

the compiled version will be in the 'dist' folder

To serve the compiled site locally

npm run preview

Or copy the contents of the dist folder to the web server of your choice

Happy Hacking!

About

The 2048 game written using Sygnal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published