Skip to content

A roguelike written in Go

Notifications You must be signed in to change notification settings

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

About

A roguelike written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published