/RacingRobots

This was an experimental live-streaming interactive experience that allowed stream viewers to place bets on robots competing on a race course.

Primary LanguageC++

Racing Robots!

Building

  1. Install Build Tools for Visual Studio 2019 (located in "All Downloads" -> "Tools for Visual Studio 2019")
  2. Download and extract SDL 2 Development Libraries, SDL_image Development Libraries, and SDL_ttf Development Libraries.
  3. Clone SDL2gfx
  4. Open VS Command Prompt x64
  5. Build SDL2gfx with windowsbuild.cmd
  6. set SDLPATH=C:\Path\To\SDL\Root\Dir
  7. set SDLIMAGEPATH=C:\Path\To\SDL_Image\Root\Dir
  8. set SDLTTFPATH=C:\Path\To\SDL_TTF\Root\Dir
  9. set SDLGFXPATH=C:\Path\To\SDL2GFX\Root\Dir
  10. code .
  11. Create bin and obj dirs
  12. Build (Ctrl+Shift+B)
  13. Copy DLLs from %SDLPATH%\lib to the bin folder
  14. Copy DLLs from %SDLIMAGEPATH%\lib to the bin folder
  15. Copy DLLs from %SDLTTFPATH%\lib to the bin folder
  16. Run