Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 2.77 KB

README.md

File metadata and controls

97 lines (73 loc) · 2.77 KB

Indie Studio Cpp raylib

The goal of Indie Studio is to implement a cross-platform 3D video game with real-world tools.

We decided to remake the Wii tank game.

You can play with keyboard and controller.

We used the raylib graphical library.

Previews

Main menu
Settings
In Game
Pause Menu
End Menu

Requirements

Cmake >= 3.17

To install cmake please refer to the installation guide

Build and run

Linux and Windows:

cmake .
cmake --build .

Documentation

Make sure that you have Doxygen installed

make doc

File are generated in ./Documentation folder.

If you have Firefox you can run:

make doc-firefox

It generate documentation and launch a html preview.

Contributors

  • Maxime Dodin github-link
  • Robin Levavasseur github-link
  • Clément Ruat github-link
  • Charlie Chou github-link
  • Antoine Desruet github-link