tomshen / ClassyStache

The classiest game ever.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The classiest game ever

What is ClassyStache and why should I care?

It's Asteroids, but you are a mustache shooting noses at monocles. What more could you ask for?

Playing the game

There are two ways to run the game:

Technical stuff

  • settingsloader.py - all the constants for the program gathered in one place for easy modification
  • sprites.py - definitions for all the different sprites used in the game
  • gui.py - methods for updating and drawing the gui
  • bigimageloader.py - loads all images and creates rects for them, if necessary (975 by 600)
  • imageloader.py - loads all images and creates rects for them, if necessary (650 by 400)
  • main.py - creates and updates display, handles game logic

About

The classiest game ever.


Languages

Language:Python 100.0%