Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 718 Bytes

This is a simple project to introduce how to build a snake game with rescript

Documents

_ https://rescript-lang.org/: official document for learning about rescript

_ https://schmavery.github.io/reprocessing/: simplest way to try reprocessing (which will ease the way to build graphic and game)

Install

npm install or yarn

Build

npm run build or yarn build

Development mode: you can use yarn build -w to keep compiling the codes when changes

Start

npm start or yarn start: to start simple static simple http server (no hot reloading for now) It will start the server at localhost:8000