Chamoisee-Canvasback(V-0.0.11)Cleaning






This week was pretty rough spent lots of time digging holes in the sun, thought all my koi got killed, had lots of people bothering me, am juggling many things right now. Programing progress was middling but I finally went through everything and cleaned all my code mostly by organizing it, this is very important as most of the base things I want in the game are in right now So the next phase is fleshing everything out.
The first system that will be fleshed out is the tile map I need it to be much more flexible in its layout and my ability to alter it I also have my first test tile sheet so I might add in some graphics. After that hopefully I can also hit the player and enemy movement again and if I'm lucky add in something that warps the player to the next level.
Overall I'm feeling pretty good about the progress I've made so far but I think its time to actually make what I have good. hopefully everyone has a good week that's all I've got for this one.
Change Log
-
-enemy spawn timer moved to its own function
-particle timer in its own function
-player attack code now in its own function
-
-moved some players related code including squish into player function
-put enemy player collision code into enemy function
-move enemy projectile collision code into projectile function
-camera code moved into function
-projectile movement and collision is in its own function
-move drops/money code into its own function
-item collision check in its own function now
-
-particles much cleaner and good for now
-code that moves the particles now in its own function
-
-made a lookup table for random numbers between 0 and 10 its not random at all I think I might be able to do cool stuff with it down the line also probably imperceptibly more performant than my randomization function
-damage pop ups in wrong spot[fixed] same issue
-strange particle bug causing a ghost like effect,has something to do with movement[fixed]rendering issue
-
-replacing lots of code
Dev Notes going to go line by line get rid of old commented out code turn copy pasted code into functions and rework stuff
-
-all old commented out code gone
-backed up code in git and google doc
-
-fixed text code
-I guess I accidentally deleted the text rendering code and didn't notice??
-still working on particles
-text not rendering for some reason now
Get Chamoisee-Canvasback Prototype
Chamoisee-Canvasback Prototype
new project
Status | Prototype |
Author | Narcitheus |
Genre | Platformer |
More posts
- Chamoisee-Canvasback(V-0.0.13)Boss6 days ago
- Chamoisee-Canvasback(V-0.0.12)Art&Enemys13 days ago
- Chamoisee-Canvasback(V-0.0.10)Forgot27 days ago
- Chamoisee-Canvasback(V-0.0.09)Art&Test34 days ago
- Chamoisee-Canvasback(V-0.0.08)game jam41 days ago
- Chamoisee-Canvasback(V-0.0.07)Short48 days ago
- Chamoisee-Canvasback(V-0.0.06)Decisions55 days ago
- Chamoisee-Canvasback(V-0.0.05)No time62 days ago
- Chamoisee-Canvasback(V-0.0.04)Stuff69 days ago
Leave a comment
Log in with itch.io to leave a comment.