Activity

Copicraft

made it docker deployable , the entire thing is way more stable, pdf export TO identify via the app.

Attachment
0
Copicraft

MAade the flutter app, gonna hvae to update the api to make this work but its AWESOMMEEE

Attachment
0
Copicraft

Its a project management not ready for deployment yet but it will be after i do stuff

Attachment
0
Copicraft

Made the app with typetesting, updated after a month to work and now just submitting it, gonna make a web version later

Attachment
0
Copicraft

MADE THE GAME SO BUTTERY SMOOTH AND PREPARED IT FOR SHIPPING BY IMPLOMENTING SHADOW JARS

0
Copicraft

I made it acutally a fat jar via gooler shadow for kts and i also edited and made it a bit better:

Attachment
1

Comments

Copicraft
Copicraft 22 days ago

For the hackclub team, The kill ISNT broken, if you flick it 3 times it actually kills, and you cant noticd tge kill cuz it doesnt make a doffrance like it just stops thsg tiny movement

Copicraft

Shipped this project!

Hours: 1.25
Cookies: 🍪 10
Multiplier: 7.92 cookies/hr

I made a paint app in java using the lightweight java game library and it was pretty hard, IT HAD A LOT OF BUGS. at first i wanted a fully modular tool system then i realised its easier to write everything in one file and so its not that modular anymore but try it, its better than mspaint tho it doesnt have text, i spent relativly a lot of time researching how to make font renderers i just didnt imploment it it seemd very hard

Copicraft

Made The entire project ready to ship, this was one of the first projects i made with the liught weight java game engine, you can export draw with diffrent tools, switch colors, its kinda strange looking but still AWESOME

Attachment
0
Copicraft

i dont know if this works, i made it a fat jar now in the latest release,

Attachment
Attachment
0
Copicraft

I started by creating a Java project with Gradle and set up LWJGL to use OpenGL for graphics. First, I made a window and tested that I could draw shapes. Then I added a start screen with a big green button that starts the game.

Next, I added the player and a horizontal tunnel for 1D movement. I made the camera follow the player with a deadzone and added gray particle effects to show movement.

After that, I implemented the dimension toggle: pressing H expands the tunnel to 2D so the player can move up and down, and retracts back to 1D smoothly. I made sure the player is pushed to the center when switching back to 1D.

Then I added obstacles: 1D obstacles appear often and block horizontal movement, while 2D obstacles appear rarely and cover the tunnel width. Obstacles only affect the player in their dimension. I also added smooth shrinking for 2D obstacles when going to 1D.

Finally, I made the world infinite horizontally by spawning obstacles ahead and removing old ones behind. I polished the camera, movement, collisions, and particle effects to make everything feel smooth and playable.

The game uses Java, LWJGL, and Gradle, and supports WASD and arrow keys for movement.

Attachment
0
Copicraft

started workin on it, sadly i cant get the map workin, might port to flutter cuz fluttermap is easy and i can provide a web for it

Attachment
0
Copicraft

Started workin on the game, initially i started with just the main class then i split it up and before each commit i kinda used ai to comment the text and fix function names hope thats fine.

Attachment
0
Copicraft

Made the initial folder structure, guis, widgets , vihicle data and some base utils to help me calculate later

Attachment
0