项目作者: Helazior

项目描述 :
Car game with splines and camera.
高级语言: C
项目地址: git://github.com/Helazior/voiture.git
创建时间: 2020-07-27T13:13:49Z
项目社区:https://github.com/Helazior/voiture

开源协议:

下载


voiture

Car game with splines, camera, collision, AI etc.

Old version demo: https://youtu.be/qXShaxG2h3Y

alt text


Request SDL2

Install on Ubuntu:

  1. sudo apt-get install libsdl2-2.0-0 libsdl2-gfx-1.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-net-2.0-0 libsdl2-ttf-dev

Install on Arch:

  1. sudo pacman -S sdl2 sdl2_image sdl2_ttf

Install repo

  1. git clone https://github.com/Helazior/voiture.git
  2. cd voiture
  3. mkdir obj

Compiler

  1. make

Run

  1. make run

with gcc -O3 optimisations :

  1. make opti

debug mode :

  1. make debug

valgrind mode :

  1. make valgrind