Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinbellino/lemmings
A small prototype trying to recreate the Lemmings game in Godot to learn the engine
https://github.com/colinbellino/lemmings
game gamedev godot lemmings puzzle
Last synced: 1 day ago
JSON representation
A small prototype trying to recreate the Lemmings game in Godot to learn the engine
- Host: GitHub
- URL: https://github.com/colinbellino/lemmings
- Owner: colinbellino
- Created: 2022-08-09T13:02:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T04:50:54.000Z (about 2 years ago)
- Last Synced: 2023-08-01T22:56:17.626Z (over 1 year ago)
- Topics: game, gamedev, godot, lemmings, puzzle
- Language: GDScript
- Homepage: https://colinbellino.itch.io/lemmings
- Size: 130 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](https://img.itch.zone/aW1nLzk5NTY1NTkucG5n/original/xdSXGc.png)
# Lemmings
This is a clone of the game of the same name (SNES version) made in Godot to learn how to use the engine. Only the first 7 levels are done, but everything should be working as intended or close enough.
**The game is available here: https://colinbellino.itch.io/lemmings**
## Build app icon
### Windows:
`magick convert icon_16.png icon_32.png icon_48.png icon_64.png icon_128.png icon_256.png icon.ico`