Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
62982f0
completed project proposal
Mar 5, 2018
4644804
project
Mar 9, 2018
ad7df09
added more skeleton classes and a working, empty game loop
brycemann8334 Mar 9, 2018
1a29a14
notes and UML diagram
Mar 9, 2018
4a26d95
added more classes/descriptions and prelim images
brycemann8334 Mar 9, 2018
e8f46dc
no change, test
brycemann8334 Mar 9, 2018
853c933
testing
Mar 9, 2018
362b882
road matrix
brycemann8334 Mar 10, 2018
065caef
rough draft of road matrix cycling to front
brycemann8334 Mar 10, 2018
4ec7331
irrelevant changes
Mar 11, 2018
a627d87
Merge branch 'master' of github.com:jamieaobrien/InteractiveProgramming
Mar 11, 2018
b2c57a3
comparing
Mar 11, 2018
04e3807
white rectangle
Mar 11, 2018
d8fd9cf
sunday night
Mar 12, 2018
0a0b5c4
the car moves
Mar 13, 2018
9de70bb
scrolling background, setting up objects as sprites
brycemann8334 Mar 14, 2018
538555d
first pass at object placement
brycemann8334 Mar 14, 2018
60d2409
added basic HUD (heads up display)
brycemann8334 Mar 14, 2018
a1279d8
comments
brycemann8334 Mar 14, 2018
187fb32
fixed slight typo
brycemann8334 Mar 14, 2018
9e59944
trying to detect collisions
brycemann8334 Mar 15, 2018
aa45356
collisions!
brycemann8334 Mar 15, 2018
f43177e
main menu and death screen
brycemann8334 Mar 15, 2018
b761b79
levels
Mar 15, 2018
1ba7a22
more levels
Mar 15, 2018
7455d8c
storing high scores
brycemann8334 Mar 15, 2018
e3bd95b
Merge branch 'master' of https://github.com/jamieaobrien/InteractiveP…
brycemann8334 Mar 15, 2018
f85ab22
comments
brycemann8334 Mar 16, 2018
6874d1a
pushing an empty high score file
brycemann8334 Mar 16, 2018
d59eb71
final changes
Mar 16, 2018
eac4603
last change
Mar 16, 2018
eaad212
final submission
brycemann8334 Mar 16, 2018
3d15c94
real final submission
brycemann8334 Mar 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# InteractiveProgramming
This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College.

Install pygame through: pip install pygame

Import:
import pygame, sys
from pygame.locals import *
from pygame.font import *
import time
import numpy
import random
import pickle
from os.path import exists

To run:
$python game.py
Binary file added Scan Mar 9, 18.pdf
Binary file not shown.
Binary file added car.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading