Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggrathon/ludumdare31
My entry to the 31st Ludum Dare Game Jam
https://github.com/aggrathon/ludumdare31
game game-jam ldjam ldjam31 ludum-dare ludum-dare-31 unity
Last synced: 18 days ago
JSON representation
My entry to the 31st Ludum Dare Game Jam
- Host: GitHub
- URL: https://github.com/aggrathon/ludumdare31
- Owner: Aggrathon
- License: apache-2.0
- Created: 2017-04-21T19:14:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T22:10:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T12:42:22.516Z (2 months ago)
- Topics: game, game-jam, ldjam, ldjam31, ludum-dare, ludum-dare-31, unity
- Language: C#
- Homepage:
- Size: 933 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot War - Ludum Dare 31
My entry to the 31:st Ludum Dare game jam (theme: Entire Game on One Screen), following the compo rules (alone, from scratch, 48 hours).
[Download the game here](https://github.com/Aggrathon/LudumDare31/releases) or [check out the Ludum Dare entry](http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=37874) (dead link)!
## Lore
Using humans for warfare is plain stupid, bots on the other hand... they have aimbots!
To minimize the potential for hacking the bots make their decisions all on their own, however they communicate through a server. Which gives you an angle of attack, change how the bots percieve the world!
## Gameplay
| Controls | |
|---------------|---------------|
| WASD, Scroll | Adjust Camera |
| Space | Pause |
| E,R,T,F,G | Abilities |
| Mouse Click | Select Bots / Target Abilities |
| Escape | Back to Main Menu |### Abilities
- Make Sound/Sight: Works as if a bot had seen/heard something in a room
- Mute Room: Removes half the priority gained from sights and sounds (Can be used twice)
- Reset Last Visited: Rooms that have recently been visited by a bot have lower priority (doesn't need to be searched)
- Enemy Room Intel: Show how the enemy bots MIGHT prioritize different rooms.### Tips
- Use 'Pause', 'Click' and 'Enemy Intel' to get an idea of where the bots MIGHT be going
- The bots have a mind of their own therefor you cant force them to go somewhere (you can however make a room very tempting)## Ludum Dare Tip
Don't make LD your first try at an unfamiliar complex AI system, you won't get much else done...
## Software Used
Unity, RAIN, Paint.NET, bfxr.net, autotracker.py
## Screenshots
![Screenshots](screenshots.png)