Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 857 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 857 Bytes

Simple platformer

Table of Contents

About

The project was started for a neurosciences university project, I used a very simplified version of my platformer library.

It is now very speedrun oriented. You can easily create your own levels, each one in a levels.py file.

simple-platformer features:

  • Simple physics and collisions
  • Pseudo random level generation using a chunk library
  • A timer with checkpoints.
  • Score calculation and saving.

Prerequisites

Make sure you have all the below listed dependencies installed.

- python 3.6
- pygame
- pandas

Usage

How to play

$ python3 main.py name
  • name: player's name