so good!
m_cromp
13
Posts
1
Following
A member registered Mar 05, 2023 · View creator page →
Creator of
Recent community posts
im rollin and i cannot get up jam comments · Replied to perons in im rollin and i cannot get up jam comments
im rollin and i cannot get up jam comments · Replied to fwsuperhero in im rollin and i cannot get up jam comments
im rollin and i cannot get up jam comments · Replied to bradleeharr in im rollin and i cannot get up jam comments
It's an isometric minigolf kind of game! jam comments · Posted in It's an isometric minigolf kind of game! jam comments
Spring Lisp Game Jam 2024 community · Replied to oaguy1 in Getting Started Writing a Game with Fennel and LÖVE
woot woot!
this is my first game jam ever and my first time using a lisp dialect so I'm pretty excited :)
and I've played around with love2d with just lua before so this seems like a great entry point for me!
because of my I want to spend as little time setting up as possible, I'm just using the "absolutely-minimal-love2d-fennel" with the vscode extension (my normal editor).
I'm on mac m1 so for formatting (not included with vscode extension ) I'm using the brew installation of fnlfmt with this script:
```
find . -maxdepth 2 -name \*.fnl -exec fnlfmt --fix {} \;
```
it's not a great setup but it's "good enough"
havent totally figured out my submit build yet but my plan use love.js ! 😎
hope it works!