Skip to content

Very simple version of my platformer library tweaked for a neurosciences university project. Simple physics and collisions. Pseudo random level generation using a chunk library. Chrono with checkpoints. Score calculation and saving. Coded in Python.

License

Notifications You must be signed in to change notification settings

maxenceblanc/simple-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Very simple version of my platformer library tweaked for a neurosciences university project. Simple physics and collisions. Pseudo random level generation using a chunk library. Chrono with checkpoints. Score calculation and saving. Coded in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published