An open API service indexing awesome lists of open source software.

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

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:
![](http://i.imgur.com/6WGedCJ.png)

Older pictures:

![](http://i.imgur.com/pqYBQjQ.png)
![](http://i.imgur.com/7koWbWq.png)
![](http://i.imgur.com/yxEU9KC.png)