Skip to content

redsymbol/rascal-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Rascal, n: Synonym for rogue.

Rascal is a very simple roguelike game. I like to re-implement it in different languages, as an exercise in learning a new language more deeply.

This is the go version.

BUILD & INSTALL

Install go 1.3 on your system. Get a source checkout; set GOPATH to that folder.

Then execute the following:

PKG_CONFIG_PATH=~/local-pkg-config/ go get -v code.google.com/p/goncurses
go install rascal
./bin/rascal

About

Rascal, n: synonym for Rogue. (Go version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages