https://github.com/rajibahmed/adventure
BTH unix game assignment with lots of CPP
https://github.com/rajibahmed/adventure
cpp game ubuntu
Last synced: 10 months ago
JSON representation
BTH unix game assignment with lots of CPP
- Host: GitHub
- URL: https://github.com/rajibahmed/adventure
- Owner: rajibahmed
- Created: 2014-09-14T20:27:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T16:03:28.000Z (almost 9 years ago)
- Last Synced: 2025-08-23T11:14:37.206Z (10 months ago)
- Topics: cpp, game, ubuntu
- Language: FORTRAN
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run this application
install g++ on your ubuntu machine. I have used ubuntu 11.10 to develop this application.
if you are on ubuntu
~~~
sudo apt-get install g++
~~~
then follow this three steps. Goto your terminal write this
~~~
make clean
make
./output/advent
~~~
if the application is running successfully, then the server is running. You now need connect to this server using telnet from another terminal prompt.
~~~
telnet localhost 3333
~~~
This will connect to the server as a client. And you can start playing the game. Enjoy !!!
If you need help running this contact me through github :)