Ebiten/Golang UI for a blind maze-running game
Find a file
2026-06-19 16:54:55 +02:00
font.ttf Initial commit 2026-06-19 13:51:05 +02:00
go.mod Initial commit 2026-06-19 13:51:05 +02:00
go.sum Initial commit 2026-06-19 13:51:05 +02:00
main.go Add show-hide switch for players 2026-06-19 16:54:55 +02:00
maze.go Refactor: move getColor for maze to maze.go 2026-06-19 13:58:39 +02:00
player.go Add show-hide switch for players 2026-06-19 16:54:55 +02:00
README.md README typo fix 2026-06-19 13:53:05 +02:00

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)