A game made for Lisp Game Jam 2022 built with Love2d and Fennel. You can download the game at https://dawranliou.itch.io/ctga.
- Code by me
- Art by me
- Music by MAOU: Galactic Knight (Chiptune)
- License notice: CC-BY 4.0
- SFX by me and Isabella
- SFX
- Level designs!
- Bug fixes
- Cosmetic stuff
- Load game levels
- Audio
- Don’t want to tweak the game loops anymore. Will focus on level design tomorrow.
- Settle on the main game mechanics - Neko puzzle
- A sample testing level
- Setup project with template alexjgriffith/min-love2d-fennel.
- Light customization to with my taste
- Add placeholder title
- Thinking on game ideas that:
- Is a Puzzle game
- Has simple game mechanics
- Focuses more on level design
- [X] Title mode
- [X] Game play mode
- [X] End credits mode
- [X] SFX
- [ ] Transition animation
- [ ] Tutorials!
- [X] Sprite animation (on a single global clock)
- [X] Levels
- [X] Game mechanics/rules
[ ] =[ > Player | Fruit ] -> [ Player | Fruit ]=- [X]
[ > Player | ... | Fruit ] -> [ | ... | Player ]
- [X]
[ > Player ] -> [ Player ]
Once you install the latest version of fennel-mode, you can run
C-u M-x fennel-repl
followed by love .
to launch a repl.
Use make linux
, make windows
, make mac
, or make web
to create targets
for each platform, or make release
to make all four. Check out the makefile
for more commands, and remember to edit your game data in it!
- GPL for code
- CC BY-SA 4.0 for art