blob: e05d91282e160340c441623c8797ec1540a937b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
## Your Enemy is in Another Dungeon
<img src="img/screenshot.png" alt="lul-bot-logo" width="100%"/>
Source code of my ```LÖVE Jam 2022``` entry.
This game is written in lua and LÖVE 2D framework. You may need LÖVE 2D installed to run.
### Controls
```
WASD - Move
F4 - Toggle Fullscreen
ESCAPE - Exit
```
### Libraries Used
- [anim8](https://github.com/kikito/anim8)
- [hump](https://github.com/vrld/hump)
- [moonshine](https://github.com/vrld/moonshine)
- [o-ten-one](https://github.com/love2d-community/splashes)
- [sti](https://github.com/karai17/Simple-Tiled-Implementation)
- [windfield](https://github.com/a327ex/windfield)
Also few assets are deliberately not included due to license.
Distributed under GPL 3.0.
```Indrajith K L, 2022```
|