Skip to content

m-31/cgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgame: simple console game

Just a simple game you can run in your console.

Install

You can fetch the latest binary from https://github.com/m-31/cgame/releases

Alternatively you run make to compile it yourself.

standard way to get the source

go get github.com/m-31/cgame
cd $GOPATH/src/github.com/m-31/cgame
make

get it all locally

mkdir -p cgame
cd cgame
export GOPATH=`pwd`
go get github.com/m-31/cgame
cd $GOPATH/src/github.com/m-31/cgame
make

Contributing

Please fork and send a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published