Skip to content

brianshef/roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roguelike

A roguelike written in Go

Requirements

Uses termloop, which can be installed simply with:

go get -u github.com/JoelOtter/termloop

Running roguelike

Enter the following command to build the executable:

make

Simply run the compiled file from the command line:

./roguelike

Gameplay Instructions

  • Your character is represented by ?
  • Move left, right, up, and down with the arrow keys
  • Explore around in the wide open grassy field, just know that you cannot move through the giant block of stone

Releases

No releases published

Sponsor this project

Packages

No packages published