lukszy-dev / platformer

🕹 Simple platformer game. Created using LÖVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D Platformer

Simple 2D platformer written in LÖVE

Features

  • Custom spritesheet and animations
  • Move, jump, shoot (remember to reload ammunition!)
  • Different types of enemmies - bigger ones will chase you!
  • Different obstacles - spikes, acid drops
  • Moving platforms, spring platforms
  • Top 10 scores
  • Settings for Audio and VSync

Screenshots

Installation

  • Clone the repository
  • Run LÖVE in the project
git clone https://github.com/WilsonDev/platformer.git
cd platformer
love .

TODO

  • More levels

Licensing

Code

This code is licensed under the MIT license. Check out the LICENSE file for more information.

Assets

Unless mentioned otherwise, all art assets (files in resources/) are distributed under the Creative Commons Attribution 4.0 International license.

Credits

About

🕹 Simple platformer game. Created using LÖVE

License:MIT License


Languages

Language:Lua 100.0%