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.
- Host: GitHub
- URL: https://github.com/quasilyte/gophers-and-dragons
- Owner: quasilyte
- License: mit
- Created: 2020-09-21T22:07:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T12:54:38.000Z (over 4 years ago)
- Last Synced: 2025-02-28T17:57:09.543Z (about 2 months ago)
- Topics: game, go, golang, gophers, turn-based
- Language: Go
- Homepage: https://quasilyte.dev/gophers-and-dragons/
- Size: 1.14 MB
- Stars: 43
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.