Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydlobo/tinycreatures
A [WIP] game experiment for Ludum Dare 56's `Tiny creatures` theme.
https://github.com/lloydlobo/tinycreatures
love2d lua luajit ludum-dare ludum-dare-56 topdownshooter
Last synced: 2 days ago
JSON representation
A [WIP] game experiment for Ludum Dare 56's `Tiny creatures` theme.
- Host: GitHub
- URL: https://github.com/lloydlobo/tinycreatures
- Owner: lloydlobo
- License: mit
- Created: 2024-10-06T05:44:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:30:42.000Z (3 months ago)
- Last Synced: 2024-10-24T22:10:51.176Z (3 months ago)
- Topics: love2d, lua, luajit, ludum-dare, ludum-dare-56, topdownshooter
- Language: Lua
- Homepage: https://ldjam.com/events/ludum-dare/56/$403597
- Size: 70.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Blood Cells
You play as the Observer in this `asteroidlike` top down shooter, but wait you are also the medic i.e. the protector cell that is healing unhealthy cells
![tinycreatures_202410141048](static/screenshots/tinycreatures_202410141048.gif)
> A game jam for Ludum Dare 56's Tiny Creatures theme.
In **Tiny Blood Cells**, you take on the role of a healer, tasked with saving small cell-like creatures scattered across different levels.
Beware, though, as the creatures are infected and can damage you if you're not careful.
Balance your movement, heal the creatures, and survive the challenges ahead!Visit the official Ludum Dare 56 page for this game: [Ludum Dare 56 Entry](https://ldjam.com/events/ludum-dare/56/$403597) or try [an older link](https://ldjam.com/events/ludum-dare/56/cells-united-tbd)
## Installation
### Requirements
- **LÖVE 11.5 (Mysterious Mysteries)** or higher. You can download it from the official site at [love2d.org](https://love2d.org/).
### Setup Instructions
1. **Clone the Repository or Download ZIP**
Clone the repository or [download the ZIP](https://github.com/lloydlobo/tinycreatures/archive/refs/heads/main.zip) file containing the game source code.2. **Ensure LÖVE is Installed**
If you don't already have LÖVE installed, you can download and install it from [love2d.org](https://love2d.org/) or install it via Homebrew by running:```bash
brew install love
```### Running the Game
You have two options to run the game:
1. **Using the Terminal:**
- Open a terminal window.
- Navigate to the project directory where the game files (including `main.lua` and `conf.lua`) are located:```bash
cd /path/to/project-directory
```- Run the game with:
```bash
love .
```Alternatively, if you have a `.love` file (e.g., `tinybloodcells.love`), you can run:
```bash
love /path/to/tinybloodcells.love
```2. **Drag and Drop:**
- Drag the project folder or the `.love` file onto the LÖVE executable. This will automatically launch the game.### Web Build Option
> If you're looking for a way to play the game in a browser, LÖVE doesn't natively support web
> builds. However, you can convert your game using **love.js**, which allows LÖVE games to run in
> browsers. Check with the developer if there's an existing web version of the game or use love.js to
> export it yourself.---
![image](https://github.com/user-attachments/assets/d419291c-f63c-4084-aac3-4b4b687929c5)
## Game Controls
- **Arrow Keys/WASD**: Move the player entity.
- **Spacebar**: Fire projectiles.
- **X**: Dash forward.
- **Shift (Left/Right)**: Enhance attributes and increase turning speed.
- **Escape**: ~~Pause~~ or ~~exit~~ force quit.
- **Q**: Force quit.
- **N**: Next level.
- **P**: Previous level.
- **R**: Reset current level.
- **H**: Toggle debug HUD.## Develop
This game was based on a starter template ported from an Asteroids tutorial at [berbasoft.com](https://berbasoft.com/simplegametutorials/love/asteroids/). During development, we used the following command to reload the game on file changes:
```bash
find -name '*.lua' | entr -crs 'date; love .; echo exit status $?'
```## Architecture
Expand
### Technology Used
#### Core
- [LÖVE─Source Code](https://github.com/love2d/love)
- [love2d.org](https://love2d.org/)#### Libraries
- [moonshine─Postprocessing effect repository for LÖVE](https://github.com/vrld/moonshine)
#### Other
- [REAPER](https://www.reaper.fm/) DAW
- [ezgif](https://ezgif.com) GIF optimizer and compressor### Key Enumerations
- **ControlKey**: Defines the key bindings for various actions like shooting,
movement, and game controls.
- **Status**: Manages the activity status of the creatures.
- **HealthTransitions**: Tracks the healing state of creatures (none, healing, healthy).
- **CreatureStageColor**: Color scheme for different stages of creature evolution.
- **ScreenFlashAlphaLevel**: Defines screen flash transparency for different effects.---
## Credits
### Testers
- **Seon**
### Resources
Grateful to the following creators for their amazing sound and music contributions:
#### Sound Effects
- DASK: Retro sounds [itch.io link](https://dagurasusk.itch.io/retrosounds)
#### Music
- **Lupus Nocte Arcadewave (background)**
- [Epidemic Sound link](http://link.epidemicsound.com/LUPUS)
- [YouTube](https://youtu.be/NwyDMDlZrMg?si=oaFxm0LHqGCiUGEC)### Special thanks
- Twitch Streamer [Tkap1](https://m.twitch.tv/tkap1/home) aka Javier Palacios
for gifting a last minute invite code!!!
- This game was based on a starter template ported from an Asteroids tutorial at [berbasoft.com](https://berbasoft.com/simplegametutorials/love/asteroids/).## License
This project is open source under the MIT License. See the LICENSE file for more details.
---
Progress so far...
Expand Screencasts![tinycreatures_202410141048](static/screenshots/tinycreatures_202410141048.gif)
![tinycreatures_202410121749](static/screenshots/tinycreatures_202410121749.gif)
![tinycreatures_20241012](static/screenshots/tinycreatures_20241012.gif)
![tinycreatures_20241011](static/screenshots/tinycreatures_20241011.gif)
![tinycreatures_20241008](static/screenshots/tinycreatures_20241008.gif)
Expand Screenshots![image](https://github.com/user-attachments/assets/d419291c-f63c-4084-aac3-4b4b687929c5)
![image](https://github.com/user-attachments/assets/58a160d2-aaa5-4ac8-aba9-2d1c502bb29f)