Skip to content

Simple platformer game and level editor with pygame module.

Notifications You must be signed in to change notification settings

captainadorable/pygameplatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Platformer

Simple platformer game and level editor with pygame module.

Game Preview

  • Reads world files from './data/world' and render it.

Game Preview

Level Editor Preview

  • Saves world file as .txt

enter image description here

Level File Preview

0 0 block0
0 32 block0
0 64 block0
0 96 block0
0 128 block0
0 160 block0
0 192 block0
0 224 block0
0 256 block0
0 288 block0
0 320 block0
0 352 block0
0 384 block0
0 416 block0
0 448 block0
0 480 block0
0 512 block0

About

Simple platformer game and level editor with pygame module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages