Game
One by one


9 months ago

guys
guys i see progress


stuff is starting to work!
and placing tiles is actually faster in this version! yayy!
how does it do that?

so, a chunk has multiple layers, for now it is a map (image data) and a drawable map (canvas). when a tile is placed it uses setPixel function as before, but the drawable part is different now. instead of replacing pixels with a function, it creates a sort of todo list to what pixels to update on the drawable layer. then it switches to that canvas, and draws the pixels.

image.png
image.png

i also implemented chunk loading/unloading early (unloading from ram to "temp" folder on disk), but it is kinda slow. it lags a ton when it tries to encode and save the image data into a png

it also is eating up half of my gpu when drawing the chunks.

ill figure it out
but at least this works!

i forgot to say - the two numbers in the screenshots, the first one is how many chunks are loaded and the second one is fps



0 comments

Loading...

Next up

im sorry i havent been really doing stuff ;-; except for school, i have so many things to do and to work on, i dont actually know what to do first--

out of all my games, this one will have a normal menu for once

attacks :3

"you know what, i want to waste the entire day on something useless. to not do school and to be completely improductive" (wastes time on writting pretty(?) and useless html widget)

pff sprite batches are amaezing

i might have made a gaem

darckyyy! :3

happy pride month! :3

entities are well implemented thrown items as well

long time no see from this game, huh.. anyway, i added sunlight-