Skip to content
Sinan edited this page Dec 23, 2023 · 2 revisions

Welcome to the R-Type wiki!

What is this project ?

The R-Type is a project that is part of our 3rd year at EPITECH. It is considered to be the final project of our 3rd year, and the most complex one.

The requirements of the projects are initially pretty simple:

  • Make your own ECS
  • Remake a game in the style of the R-Type series
  • Have this game be a multiplayer game
  • Make it work on both Linux and Windows

So, pretty simple. We, however, decided to take a step further. Here are the requirements that we imposed ourselves:

  • Make an editor to interact with the game core (Called the Runtime in our case, which contains the ECS, and the networking library)
  • Add the possibility to use Lua for entities' behavior scripting
  • Cross platform across Linux, Windows, and MacOS
  • And many other smaller features
Clone this wiki locally