https://github.com/dcfapixels/ld_56_tiny_aliens
Ludum Dare 56 - Tiny Aliens
https://github.com/dcfapixels/ld_56_tiny_aliens
Last synced: 5 months ago
JSON representation
Ludum Dare 56 - Tiny Aliens
- Host: GitHub
- URL: https://github.com/dcfapixels/ld_56_tiny_aliens
- Owner: DCFApixels
- License: mit
- Created: 2024-10-27T12:30:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:41:41.000Z (over 1 year ago)
- Last Synced: 2025-04-14T21:13:33.183Z (about 1 year ago)
- Language: C#
- Homepage: https://greatvv.itch.io/tiny-aliens-ludumdare-56
- Size: 798 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ludum Dare 56 - Tiny Aliens
Release of the source code for the game Tiny Aliens. The original project contained assets whose license prohibited publication in the open. Links to the game on [LudumDare](https://ldjam.com/events/ludum-dare/56/tiny-aliens) and on [Itch.io](https://greatvv.itch.io/tiny-aliens-ludumdare-56).
> Developed using the [DragonECS](https://github.com/DCFApixels/DragonECS).
> [!WARNING]
> The project shouldn't be seen as a best practice, as it was developed in extremely tight deadlines and the developer used DragonECS for the first time. The core code has not been changed.
## Project Participants:
* [Vova Rotterdamsky](https://github.com/GreatVV) - game development;
* [Mikhail DCFApixels](https://github.com/DCFApixels) - pixel art and translation into Open Source;
* [Alex Wargon](https://github.com/AlexWargon) - pixel art;
* masqueraaaade - pixel art;
## Changes Compared to the Original:
* Licensed assets have been replaced with free ones or removed;
* Minor bugs have been fixed and rendering optimized;
* Project structure has been organized;
* Light polishing of the visual aspects.