Please sign in to access this page
A small fishing game written from scratch in C to run on the Hack Club Sprig.
I loved the idea of the sprig console, but I felt it's original editor was too simplistic for the games I wanted to make, so I created my own game from scratch in C. This is designed as a small "pick up and play" game, where you can play it for a few minutes and then put it back down again. It's a great game to keep around on your sprig to kill some time.
(Project formerly "PicoRPG")
Austin's SDK
Check their projects out: Austin's SDK Portfolio, Terminal Browser, Photo-previewer, Journly, SoM profile view tracker, Lockdown, WikiBeachia
dld
Check their projects out: harrison, dld's website
Moaz Mohamed
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
python 3
Check their projects out: rgp.py the genaric rpg, pie.py
Lucas11
Check their projects out: Lucas11 Website, RanBoom, Helpers Frontend, Helpers Go, SprOS, Lunardactyl, Sprog PC
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Finish up the rest of the game and compile V2.0 release for people to run on their own sprigs (https://github.com/ColinVanderMeer/SprigFishing/releases/tag/2.0)
Finish the rest of the fishing system and update the save file structure to save all the new data. Just need to create the shop (and everything in it...) and should be ready to ship
Update Island to be final map layout. Shop hasn't been ported yet because it requires custom transitions.
Add basic fishing functionality. It will calculate fish, weight, price, and display the caught fish. Still need to work on indicator + fish running away and storing the weight + money
Clean up more code, add all the fish data (Names, Weights, Descriptions), and create function to render scaled sprites
I watched a video the other day on someone who built a custom gameboy color game in C. The gameboy color is one of my main sources of inspiration for the sprig (same amount of buttons, almost identical screensize) so it gave me a few ideas on how to better optimize my code.
Finalized the rest of the game, created gameplay demo, and compiled final build for people to run on their own Sprig consoles (https://github.com/ColinVanderMeer/PicoRPG/releases/tag/1.0)
Create and implement final map layout, also rewrite map transition logic to make it not horrible
Change player character to new sprite and rewrite all animation code to support the new character
Refactor entire codebase so it's actually laid out properly and not all inside a single 600 line C file
Redo all tile graphics and map rendering code. Next step: Create map layout editor so I don't have to manually layout tiles in GIMP and transcribe them to a header file