Skip to content

lovelangy/reactive-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-minesweeper

Demo: http://rxjs.azurewebsites.net

Install

Clone this repo and execute the following command in your favorite shell:

  • npm install or short npm i

Play

After you have installed all dependencies you can now run the app:

  • npm start will build the application and start a local server using webpack-dev-server to watch, re-build (in-memory) and reload the app on each change.

  • npm run build or npm run build:prod can be used to prepare a distribution bundle.

Finally, open a browser and navigate to localhost:9000.

Have fun!

Thanks: Inspired by Reactive-Snake(https://github.com/thoughtram/reactive-snake)

About

minesweeper implemented in RSJS +HTML5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published