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

https://github.com/quasilyte/gophers-and-dragons

Rogue-like game for Go programmers.
https://github.com/quasilyte/gophers-and-dragons

game go golang gophers turn-based

Last synced: about 1 month ago
JSON representation

Rogue-like game for Go programmers.

Awesome Lists containing this project

README

        

[Gophers & Dragons](https://quasilyte.dev/gophers-and-dragons/) is a simple [rogue-like](https://en.wikipedia.org/wiki/Roguelike) game for [Go](https://golang.org/) programmers.

* The avatar is controlled by your code.
* Every turn you need to decide which action to perform.
* The set of possible actions is defined by your cards deck.
* Every card performs some specific action which can be offensive, defensive, or tactical.
* The goal is to survive and get as many score points as you can!

You can read a [full manual](manual.md) to learn all game mechanics.

----

This game is free and is licensed under the MIT license.

Artworks are taken from github.com/ashleymcnamara/gophers, they retain the original license.