Skip to content

infothien/rescript_snake_game_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published