
Growth
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
To run the game:
Windows: download the exe and run it, or drag growth.love into Windows/love.exe (in the source code)
For other OS, go here https://love2d.org/, download a version of Love2D and drag growth.love into it.
You can download the whole project in the source link (click on the zip button)
It has some bugs, and is slow at times, so bear with it :D
The bugs include:
- Being able to clip through walls
- Being able to pick several nearby powerups
- Loading the wrong level
- Not spawning in the start position
I think the last one is the worst one, but it appeared very late in development, so I didn't have the time to fix it.
The game has 5 levels, but you can make your own and share them! To make a new level you must do the following:
- Create a new image with any image editor (the map will be 10 times the size of the image, so 1 pixel in the image -> 10 in the game).
- Use the following RGB colors to create the map:
+ ( 52, 52, 52) -> Wall
+ ( 0, 0, 0) -> Enemy
+ (100, 100, 100) -> Player
+ (255, 0, 0) -> Damage powerup
+ ( 0, 255, 0) -> Life powerup
+ ( 0, 0, 255) -> Speed powerup
+ (255, 0, 255) -> Goal
- Save the image on the maps/ folder, overwriting one of the existing ones (the maps are loaded in order, so when you finish level 2, level 3 is loaded)
- Make a zip with fonts/ libs/ maps/ sounds/ states/ textures/ conf.lua and main.lua (you can name it whatever you want) and change the extension from .zip to .love
- Drag your new .love file into you love2D executable.
- Enjoy your awesome level :D
Cheers.
Windows: download the exe and run it, or drag growth.love into Windows/love.exe (in the source code)
For other OS, go here https://love2d.org/, download a version of Love2D and drag growth.love into it.
You can download the whole project in the source link (click on the zip button)
It has some bugs, and is slow at times, so bear with it :D
The bugs include:
- Being able to clip through walls
- Being able to pick several nearby powerups
- Loading the wrong level
- Not spawning in the start position
I think the last one is the worst one, but it appeared very late in development, so I didn't have the time to fix it.
The game has 5 levels, but you can make your own and share them! To make a new level you must do the following:
- Create a new image with any image editor (the map will be 10 times the size of the image, so 1 pixel in the image -> 10 in the game).
- Use the following RGB colors to create the map:
+ ( 52, 52, 52) -> Wall
+ ( 0, 0, 0) -> Enemy
+ (100, 100, 100) -> Player
+ (255, 0, 0) -> Damage powerup
+ ( 0, 255, 0) -> Life powerup
+ ( 0, 0, 255) -> Speed powerup
+ (255, 0, 255) -> Goal
- Save the image on the maps/ folder, overwriting one of the existing ones (the maps are loaded in order, so when you finish level 2, level 3 is loaded)
- Make a zip with fonts/ libs/ maps/ sounds/ states/ textures/ conf.lua and main.lua (you can name it whatever you want) and change the extension from .zip to .love
- Drag your new .love file into you love2D executable.
- Enjoy your awesome level :D
Cheers.