Skip to content

🏃 Platformer with LÖVE

License

Notifications You must be signed in to change notification settings

remyroez/love-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLATFORMER

🏃 Platformer with LÖVE

Screenshot

Controls

  • In Title
    • Start: Any key
  • In Select level
    • Choose level width: Left / Right (Gamepad dpad)
    • Choose level height: Up / Down (Gamepad dpad)
    • Start: Return / Gamepad A button / Main mouse button
  • In Game
    • Move: WASD / Arrow keys / Gamepad dpad
    • Jump: Space / Gamepad A button
    • Give up: Return
  • In Gameover/Clear
    • Back to level selection: Return / Gamepad A button / Main mouse button
    • Retry: R / Gamepad B button / Sub mouse button
  • Anytime
    • Restart: F5
    • Debug mode: F12
    • Capture a screenshot: Print screen

Getting Started

Quick Start

  1. Download and install LÖVE 11.2.
  2. Download the latest version of love-platformer.love game distribution from release.
  3. Open the distribution with LÖVE.

Build and Run from Source

git clone https://github.com/remyroez/love-platformer.git
cd love-platformer/game
love .

Requirements

Libraries

Assets

License

MIT License