Skip to content

nasriv/OliveOilMike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olive Oil Mike

2D Python game developed using PyGame package and Python 3.6

All images and background design were custom made using Gimp 2.8

Features

  • Character selection
  • Background Music
  • Shoot oil drop bullets to destroy rocks

How to Play/Controls

  • Clone repo to local machine
  • Run OO_MikeMain.py
  • Arrow Keys to control the player [up/down/left/right]
  • Intro Screen mouse click to either play or quit the game

Gameplay

Dodge rocks and collect olive oil containers.

Future updates to incorporate:

  1. Sound clip triggers
  2. High Score module for keeping track of past achievements
  3. Player health bar/multiple lives for continued gameplay
  4. Player powerups and discrete levels
  5. Standalone Windows .exe file

Screenshots

alt text

alt text

Link to PyGame Site

https://www.pygame.org/wiki/GettingStarted

Developing

Start by creating a virtualenv so that you can develop without worrying about conflicting system packages:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

You can now run the game with:

python OOMike_Main.py

Run deactivate to exit the virtualenv.

About

2D game built using PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages