Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergoerdi/codenames
Grid generator for Codenames & Codenames Duet
https://github.com/gergoerdi/codenames
board-game codenames idris single-page-app
Last synced: 18 days ago
JSON representation
Grid generator for Codenames & Codenames Duet
- Host: GitHub
- URL: https://github.com/gergoerdi/codenames
- Owner: gergoerdi
- Created: 2020-05-13T12:57:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T03:20:10.000Z (over 4 years ago)
- Last Synced: 2024-11-16T18:32:02.855Z (3 months ago)
- Topics: board-game, codenames, idris, single-page-app
- Language: Idris
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codenames Board Generator
=========================Generates [Codenames][codenames] and [Codenames Duet][codenames-duet]
boards.For Codenames proper, the generated board should be self-explanatory;
the colored bars at the top and bottom show which side needs to go
first.For Codenames Duet, the idea is to generate the board for player 1,
then tell the seed to player 2 who can then enter the same seed on her
device. When a new seed is entered, the page automatically shifts to
the other player's view, so there should be no spoilers displayed.Technology
----------* Implemented in [Idris][idris]
* [`idris-js`][idris-js] for interfacing with the DOM
* `contrib` for `ST` as used by `idris-js`[Live demo][demo]
=================[codenames]: https://boardgamegeek.com/boardgame/178900/codenames
[codenames-duet]: https://boardgamegeek.com/boardgame/224037/codenames-duet
[idris]: http://idris-lang.org/
[idris-js]: https://github.com/rbarreiro/idrisjs
[demo]: https://unsafePerform.IO/projects/codenames/