Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Halfwake/web-sweeper
Stateless Server Side Mine Sweeper
https://github.com/Halfwake/web-sweeper
Last synced: 2 months ago
JSON representation
Stateless Server Side Mine Sweeper
- Host: GitHub
- URL: https://github.com/Halfwake/web-sweeper
- Owner: Halfwake
- License: agpl-3.0
- Created: 2014-09-26T22:07:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T05:50:46.000Z (about 7 years ago)
- Last Synced: 2024-08-04T04:06:14.426Z (6 months ago)
- Language: Racket
- Homepage:
- Size: 93.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-racket - web-sweeper - Stateless Server Side Mine Sweeper. (Games)
README
There isn't much to say here since this is a full application and not a library. It's web based minesweeper, but without any JavaScript. Everything is done server side and the server is stateless.
Some cool things that means.
* Bookmarking a game saves the game.
* Sending another person a link of your game will let them play the exact same game.
* Backspace and forward work.
* Backspace and forward always work.