/hex2048-svelte

Hexagonal 2048 browser game made on Svelte. Entrance task for TypeScript Bootcamp by Evolution Gaming

Primary LanguageJavaScript

Hex2048 - Svelte

Demo: http://hex2048svelte.surge.sh/

Hexagonal 2048 game (task for TypeScript bootcamp by Evolution Gaming)

Running in development mode

npm i
npm run dev

Navigate to localhost:5000.

Building and running in production mode

npm run build