Skip to content

cstegmayr/bitsoccer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSoccer

An early experiment with a board game with complex logic. The basic rules are a two player game solving a puzzle of bricks in order to score a goal on the opposing player.

Dependencies

Following software needs to be installed on the system compiling the source.

  • Tundra build system by deplinenoise (for OSX).
  • Visual Studio 2010 solution (for Win). Will eventually be moved to Tundra.

Software used through open source licence

Following software is used through open source licence and included when getting the repository.

  • GLFW for "platform independent" OpenGL graphics
  • Sean Barrett's stb_TrueType implementation for font rendering.