Please sign in to access this page

Game

Game

2 devlogs
13h 37m
Created by Hobbes

Im unsure the theme of this game yet, but it will be a movement game built in godot, possibly multiplayer.

Timeline

8/11/25 Made a better system for the camera. It no longer gets broken if you move the mouse quickly. In addition, I added a pixel art shader in which i can change the number of pixels it aims for as well as the number of colors per channel of RGB. Lastly, i created a crosshair and a raycast that detects things in range, which will be the basis for shooting and picking up and such.

8/9/25 Created the base movement, collision, and camera. Then, added the basic state machine (currently has walk, sprint, crouch, idle, and standing states). Next will be adding logic for crouching and hopefully a grapple.