Skip to content

possatti/labirinto-do-minotauro

Repository files navigation

LÖVE Game

This is a LÖVE game.

Dependencies

The project depends on LÖVE framework only.

Compile and Run

make all          # Builds the `.love` package
make run          # Builds and runs the `.love` package
make android-run  # Run the game on the connected Android Device
make              # Defaults to `make run`

TODO

  • Make collisions with walls.
  • Zoom on the map.
  • Fix zoom for different screen sizes.
  • Draw different sides of the character.
  • Use accelerometer.
  • Use joystick on screen.
  • Walking animation.
  • Build for Android.
  • Improve Android build by using a different package name and icon.
  • Prepare game states and menus.
  • Put awesome music.

Might use these libs

Game states:

Dungeon generation:

Classes:

Assets used

On-screen controls:

Tiles and characters:

Possible assets

Music:

Pixel Fonts:

Controls:

Characters and enemies:

Tiles:

Good stuff but not useful:

About

Quick game prototype for a maze game using LÖVE.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages