Skip to content

jacobtuc/StarTrek

Repository files navigation

Game - Programming Assignments Private Repository

Student Information

Game Information

  • Game Name: StarTrek
  • Game Description: Follw the adventures of the starship enterprise through three levels of challenges.
  • Note: Qt libraries must be installed to compile and run this game
  • Game Design Doc
  • License

Compile & Run Instructions

Use the following procedure to compile and run the code:

#Compile Instructions
echo "qmake -project"
echo "qmake"
echo "make"
echo "./StarTrek"
#Doxygen Instructions
echo "doxygen config.txt"

###Testing Notes ##Skipping Levels There is a menu called "Grading" in the menu bar with buttons to allow the user to skip to any of the levels so the entirety of the game can be observed without having to beat each level.

About

CSCI102 Spring 2013 Final Project - Implementation of a semi-Star Trek themed game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages