https://github.com/meshiest/dungeon-game
a go opengl dungeon game
https://github.com/meshiest/dungeon-game
Last synced: 11 months ago
JSON representation
a go opengl dungeon game
- Host: GitHub
- URL: https://github.com/meshiest/dungeon-game
- Owner: Meshiest
- License: mit
- Created: 2016-08-07T05:26:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T06:42:38.000Z (almost 10 years ago)
- Last Synced: 2024-03-19T17:32:40.125Z (over 2 years ago)
- Language: Go
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Go Dungeon Game
Using [go-dungeon](https://github.com/Meshiest/go-dungeon) and [go-gl](https://github.com/go-gl/gl), this is an OpenGL Go Roguelike
It's still very much in development, but right now at least you can walk around and see a generated dungeon in 3d!
To test it out, simply clone the repo, `go get` and `go run game.go`
Controls are as follows:
* WASD to move
* Space to kill nearest enemy
* Mouse to look
* Escape to quit
It currently looks like this:

Older pictures:


