Skip to content

golangconf/gophers-and-dragons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gophers & Dragons is a simple rogue-like game for Go 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 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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 38.9%
  • TypeScript 22.8%
  • JavaScript 21.9%
  • HTML 14.1%
  • CSS 2.2%
  • Makefile 0.1%