Skip to content

SAE-Institute-Geneva/AerRacers

Repository files navigation

AerRacers Game

AerRacers is a local multi-player pod racing game running on Nintendo Switch.

aerracers_run_small

This project was created in 8 months as part of our Games Programming Bachelor at SAE Institute.

We worked in a team of 4 engine/gameplay prgrammer with 8 tools programmers, 10 visual artists, and 2 audio artists.

Download the PC project at : https://github.com/SAE-Institute-Geneva/AerRacers/releases

Neko Game Engine

Neko is a 3D game engine based on SDL2 and OpenGL ES 3.0 that works on Desktop (Windows and Linux, not MacOSX), WebGL2 and Nintendo Switch (port to Android and iOS possible) used at SAE Institute Geneva. More info at : https://github.com/EliasFarhan/NekoEngine.

Requirements

Windows

Install CMake ([https://cmake.org/download/]), the Vulkan SDK ([https://www.lunarg.com/vulkan-sdk/]) and Python3 ([https://www.python.org/downloads/]). Visual Studio 2019 is recommended on Windows.

Ubuntu

Because we use C++17 filesystem, you will need at least Ubuntu 19.10 to compile with the latest libstdc++ or even better Clang and libc++. You will need to install the packages:

sudo apt-get install build-essential cmake libsdl2-dev glslang-tools python3-dev libgl1-mesa-dev libzstd-dev 

Libraries used

Credits

  • Simon Canas
  • Luca Floreau
  • Stephen Grosjean
  • Sébastien Feser
  • Elias Farhan
  • Fred Dubouchet