Skip to content

Commit

Permalink
Initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
willglynn committed Dec 16, 2011
0 parents commit 08fda7b
Show file tree
Hide file tree
Showing 276 changed files with 97,046 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
16 changes: 16 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/** \page authors AUTHORS
* \section original Original game
* The original game was computer version of the Liftoff! board game by
* Fritz Bronner. It was developed by Fritz and Michael McCarty at
* Strategic Visions and published by Interplay as a disk based game in
* 1992 and a CD-ROM in 1994.
*
* \section The open-source version
* People who have contributed to the open-source version:
*
* \li Michael K McCarty <[email protected]>
* \li Pace Willisson <[email protected]>
* \li Krzysztof Kosciuszkiewicz <[email protected]>
* \li Will Glynn <[email protected]>
*
*/
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required (VERSION 2.6)
project(raceintospace)

set (raceintospace_VERSION_MAJOR 1)
set (raceintospace_VERSION_MINOR 1)
set (raceintospace_VERSION_RELEASE 0)

add_subdirectory(src)
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Loading

0 comments on commit 08fda7b

Please sign in to comment.