Skip to content

maxproske/lyns-rhythm-dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyn's Rhythm Dungeon

codecov

Why Go?

  • Simple, readable, performant code.
  • Compiles to native executables. Simplifies sharing games, and doesn't rely on just-in-time compilation.
  • Garbage collection is very low latency, compared to Java or C# which focus on throughput.
  • First-class support for concurrency, memory allocation, and unit testing.

Getting Started (macOS)

make deps
make build
make run

About

An exploration-rhythm RPG made with Go and SDL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published