ZapoomL is a free game made with the LÖVE2d library in lua
.
It's the sequel to ZapoomC wich was made in C and not in 2d.
To play/run ZapoomL :
- Unzip the zip folder ZapoomL_v1.zip
- Open the ZapoomL_v1.exe file to play the game.
- If you are in Visual Studio Code and working on the project you can use
Alt + L
to run the main.lua file (that only works if you have the love2d support extension (https://marketplace.visualstudio.com/items?itemName=pixelbyte-studios.pixelbyte-love2d) and the correct path in the extension settings (https://youtu.be/kpxkQldiNPU?si=ULshgMAzI5Ij6Tbt&t=302))
The game have keybinds and shortcuts ! Here are the list of key and their action :
Key for LÖVE2d | Key | Action |
---|---|---|
up |
Up arrow |
Move the player up |
down |
Down arrow |
Move the player down |
left |
Left arrow |
Move the player left |
right |
Right arrow |
Move the player right |
lshift |
Left Shift |
Make the player sprint /!\ Not working |
backspace |
Backspace |
Close ZapoomL |
lctrl |
Left Control |
Minimize ZapoomL in the taskbar |