Activity

sam

Initial project setup, connected prisma to my postgresql database running on Raspberry Pi 4. Creating a new Space works, but for now I didn’t visualize it in any way besides viewing the table in MS Access.
Running next.js with prisma and a postgresql database on DietPi

Attachment
Attachment
0
sam

Added a cat player, normalized sprite movement across different refresh rates using delta time (time passed between the start of the previous and current frame), wrote jump mechanics.
!!! Cat sprite credit goes to carysaurus on itch.io (https://carysaurus.itch.io/black-cat-sprites)

0
sam

Improved wall textures and prototyped some scene movement for while the game is running. Took some time until I figured out how to move the tiles from the beginning to the end in an efficient manner, but I’m happy with the results!

0
sam

I’ve set up a LibGDX project, first time trying it, first time creating any game for android at all. Previously did some flutter apps, but it’s a whole different experience.
After 3 hours I have a scene, some sprites (textures stolen off itchio, some created myself).
Don’t really like how it turned out visually, the colors on the walls don’t blend well either, but I have something already!
The reason for why the blending looks so awful is that I created two types of wall texture: one with a window, and a second one windowless. The code randomly chooses whether to put a window or not.

Attachment
0