-
Support a replay system, save played games to a database. (like Minesweeper Flags Extreme)
Zomis updated
9 years ago
-
Instead of displaying the default button look for the cells we can have buttons that resembles the more traditional minesweeper game.
-
Check ([ ] -> [x]) all that apply, then describe the issue below:
- [x] I have searched the tracker for similar issues (including closed ones)
- [x] I have provided a detailed example for how this…
-
Rewritable minigames "as-is":
- [x] Crew (done, see https://github.com/unholy-codeism/Xilef/commit/93771f5f9c968a6b70ffd58144151aa8b36c48f3)
- [ ] Roshambo
- [ ] Driller
Minigames that require…
-
I use RequireJs in jasmine-node and i get the following error when upgrading from 0.1 to 0.2:
[ReferenceError: requirejs is not defined]
Because the parameters in the Grunt config file are not passed,…
-
Try testing using a pre-set board,asserting every path results in correct states
-
The minefield state should survive server restarts. Information to be saved:
- seed (server start timestamp)
- player IDs, tokens, names, game start times, game over times, scores
- for each uncove…
-
[This](https://stackoverflow.com/questions/8304982/generate-a-minesweeper-board-which-doesnt-need-guessing) post is asking about a minesweeper board which does not requiere guessing but instead using …
-
`packaged` looks very promising - thanks for releasing it! While checking out the instructions, I can't seem to move past the `pip install -r requirements.txt` or `pip install .` build step. I have tr…
-
How strict do we want to be about formatting? We could have [dotnet-format](https://github.com/dotnet/format) fail during a CI check.
_Originally posted by @Flash0ver in https://github.com/Flash0ve…