Code Monkey home page Code Monkey logo

rtype's Introduction

R-Type

The R-Type now arrived to its version 1.1 ! You can now play with friend across the network, fight epic bosses, and greet friends in a waiting room.

Getting Started

This is a student project, realized in ~one month

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Linux

sudo apt-get install libboost-dev

Building

Linux

git clone https://github.com/Nicolas-Constanty/rtype.git
cd rtype && mkdir build && cd build && cmake .. && make && cd ..

Windows

git clone https://github.com/Nicolas-Constanty/rtype.git
cd rtype

Deployment

First go to the rtype folder. You need minimum 3 terminals (one for each executable)

ex :

cd $HOME/rtype/
  • Start a RoomServer
  • Start a RoomGameDispatcher
  • Start [1-4] GameClient

Exemple for 2 players:

ex Term1 :

./RoomServer

ex Term2 :

./RoomGameDispatcher

ex Term3 :

./GameClient

ex Term4 :

./GameClient

Built With

  • SFML - The graphic lib used
  • Boost/Variant - Boost variant is used for the pseudo Json parser

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Victor Gouet - Project Manager/Programmer server room/Programmer server game/Programmer gameDispatcher/Protocol - Github
  • Quentin Gasparotto - Programmer server Network programmer Cross plateform developper Gameplay developper - Github
  • Adrien Wery - Programmer server - Github
  • Fernand Veyrier - Programmer GameEngine/Client - Github
  • Nicolas Constanty - Programmer GameEngine/GraphicUserInterface client - Github

See also the list of contributors who participated in this project.

Acknowledgments

rtype's People

Contributors

gouet avatar nicolas-constanty avatar gasparq avatar gentlementlegen avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar WERY Adrien avatar  avatar

Forkers

leonardoricky

rtype's Issues

Error during build

Hi there,

When I try to build the project (using the command from the README), I have this error:

In file included from /home/max/Code/rtype/include/Parser/AParser.hpp:4:0,
                 from /home/max/Code/rtype/include/Parser/ParserJson.hpp:9,
                 from /home/max/Code/rtype/include/SaltyEngine/AAssetManager.hpp:15,
                 from /home/max/Code/rtype/src/SaltyEngine/Factory.cpp:1:
/home/max/Code/rtype/include/Parser/IParser.hpp:5:29: fatal error: boost/variant.hpp: No such file or directory
 #include <boost/variant.hpp>
                             ^
compilation terminated.
CMakeFiles/SaltyEngine.dir/build.make:254: recipe for target 'CMakeFiles/SaltyEngine.dir/src/SaltyEngine/Factory.cpp.o' failed
make[2]: *** [CMakeFiles/SaltyEngine.dir/src/SaltyEngine/Factory.cpp.o] Error 1
CMakeFiles/Makefile2:1480: recipe for target 'CMakeFiles/SaltyEngine.dir/all' failed
make[1]: *** [CMakeFiles/SaltyEngine.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

logs: https://gist.github.com/mlcdf/ce2d9a5a6b94fd67cfe754dac18fdec3

I reproduce the bug both on the master and debug branches. I didn't try other branches.
Any ideas on how to resolve this ?

--
Ubuntu 16.10
cmake 3.5.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.