Ebiten/Golang UI for a blind maze-running game
- Go 100%
| font.ttf | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| maze.go | ||
| player.go | ||
| README.md | ||
DownRunner
A barebones UI for a maze running game used at a summer camp for children.
Human players are blind and do not see the maze, their only interaction is by saying a direction in which their character shall move. The master which runs the game shall control each character by pressing keys corresponding to the commands by human players. The players shall not get feedback as if the character did actually move or not (because there is a wall ahead). The objective is to get to the lowermost line.
Interaction
R: reset game
1,2,3,4,5,6,7,8,9,0: set active player
W,S,A,D: move
Credits
Ebiten: (https://ebitengine.org/)
Source Code Pro: (https://fonts.google.com/specimen/Source+Code+Pro)