Skip to content

This is a 2D Race-Game with a flight of fancy 3D. Made it for Progra III project

License

Notifications You must be signed in to change notification settings

KenyStev/RacerGear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Race Gear

powered by rosalila engine from rosalilastudio.com

Build instructions using Code::Blocks:

  1. Install the dependencies

  • apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev freeglut3-dev
  • TODO port to SDL2: yum install SDL-devel SDL_mixer-devel SDL_image-devel SDL_ttf-devel freeglut-devel
  1. Link the libraries

In Code::Blocks: "Linker settings" -> "Other linker options" Add the following:

  • lGL
  • lglut
  • lGLU
  • lSDL2
  • lSDL2_image
  • lSDL2_ttf
  • lSDL2_mixer

About

This is a 2D Race-Game with a flight of fancy 3D. Made it for Progra III project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages