Skip to content

A terminal based RPG game. Built during HackED Beta in 24 hours.

License

Notifications You must be signed in to change notification settings

kylehennig/petah-quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petah Quest

Running the server

go get github.com/kylehennig/petah-quest/server
cd ~/go/src/github.com/kylehennig/petah-quest/server
go build
./server <port>

Running the client

cd ~/go/src/github.com/kylehennig/petah-quest/client
make clean
make
./pquest <ip address> <port> <letter>

About

A terminal based RPG game. Built during HackED Beta in 24 hours.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published