This project is a video game based on the famous R-Type.
- Clone the repo.
- You'll need all of this :
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -y cmake
- sudo apt-get install -y make
- sudo apt-get install -y g++-4.8
- export CXX="g++-4.8"
- wget http://sfml-dev.org/download/sfml/2.1/SFML-2.1-linux-gcc-64bits.tar.bz2 -O /tmp/sfml.tar.bz2
- tar -xjvf /tmp/sfml.tar.bz2
- sudo cp -r SFML-2.1/* /usr/
- sudo apt-get install -y libjpeg62-dev libsndfile1-dev libglew1.5 libglew1.5-dev libfreetype6 libjpeg-turbo8 libjpeg8 libopenal-data libopenal1 libxrandr2 libxrender1 libsoil1
./install.sh
will compile everything you'll need to play the game.- See Usage
- After cloning and compiling everything you'll have two executable files, one is the server and the other one is the client.
- First launch a server on your computer using
cd server/build && ./server_rtype
. - Then go to
client/config/PersonalConfig.ini
, set the IP with the IP's computer where the server is launched (0 for localhost) and set the port (default is 4253) - Launch the client on your computer :
cd client/build && ./r-type_client
- Enjoy !
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Project started on November 9th 2015. Published on January 4th 2016.
Team member : Nicolas Charvoz, Serge Heitlzer, Louis Audibert, Joris Bertomeu, Nicolas Girardot, Viveka Barneaud, Antoine Garcia.