Hello, I'm creating this topic to share with you our new school project: re-create the
R-Type game, for those who may not know it, the
R-Type is a famous shoot'em up.
It is still under development and we plan to leave it open source for the community at the end of the project.
It is coded in
C++ 17, and runs on Windows, OSX, and Linux.
It takes advantage of modern c++: semantics of displacement, modern CMake, variadic templates, structured bindings, lambda, nested namespace etc ...
The game will be playable in network, up to 4 players.
Lore:
2032. A war was declared between Maul and an unknown enemy, the first wave of attacks was already past, Maul has never been in a worse condition than this one. Soldiers lost hope, people lived in fear and the government wasn’t able to find a plan that would save their planet. There were actually two more planets close by called Bheet and Kooy, but god knows for how many centuries both of them hated Maul. They never agreed on many aspects such as religion or politics. The thing is that Bheet and Kooy tried to approach the enemy saying they had the same goals in mind but the enemy didn’t pay attention to them nor he gave them a chance to prove their selves as good allies. This is why Bheet and Kooy realized that once the enemy was done with Maul, they would be next on the list and decided to help out Maul knowing that they would probably have more chance to beat him as three planets than only two.
The idea of the game is to be able to create the "Character", here you will be the pilot of your spaceship, then you will have the choice between 3 factions:
* Bheet (Offensive Faction)
* Kooy (Support Faction)
* Maul (Defensive Faction)
Video :
As you can see in the video, you have stats, these stats will change depending on your progress in the game,
for each level you'll get 5 points that you'll be able to spend to increase your statistics.
The bosses of the game, will adapt according to your team composition, for example if you have two support ships and an offensive spaceship in your composition then the boss will change his behavior during the confrontation.
When you get level 10, you have to choose a specialization.
For example if you took the support class you can either choose to specialize in shields or in heals.
After that every 10 levels you can either change that specialization or upgrade it.
Your spaceship will change its skins depending on the specialization you choose and on the upgrades you made.
We haven't made up our mind on the game design yet, so do not hesitate to give us your ideas.
The deadline is for January 26, 2018, but even after that, we really want to continue improving it with the feedback of the community.
For external libraries we use:
* SFML (Audio / Graphics)
* Boost (Asio)
* RapidJson (Parsing)
* Sol2.hpp (Lua)
* CEGUI (Game User Interfaces)
* CPPRESTSDK (Api communication)
Other videos:
Screenshots:
Login :
Create Scene :
Example Window exit :
This topic will be updated everytime we have some new screenshots or new features.