Skip to content

antwxne/IndieStudio

Repository files navigation

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

About

Epitech second year end year 3D graphical project in C++.

Topics

Resources

License

Stars

Watchers

Forks