Skip to content

gustavooquinteiro/mathgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Game

Codacy Badge Python version supported Platforms supported License codecov Updates GitHub release

This is a 2D platform game written in Python using the Pygame library. The game is a upgrade type game, i.e, each complete level gives you a new skill. With simple enemies mechanics and jump skill this is a short game to entertain

Requirements

Installation

  • Make sure you have the supported Python version installed

  • For Windows machine, download Python installer here

  • Execute the Makefile appropriated for your operating system

Requirements

UNIX platform

  • Execute chmod +x Makefile.sh && ./Makefile.sh in Terminal

  • Double-click on it, also work, just mark as executable first

Windows platform

  • Execute Makefile.bat, double-clicking on it

The game will start all times you execute the proper Makefile