mrboiisthebest / william_2025

Apache License 2.0
0 stars 0 forks source link

Popcorn hacks intro to game dev #9

Open mrboiisthebest opened 4 hours ago

mrboiisthebest commented 4 hours ago

JSON Object popcorn hack

rpg.md

-sets up the player, background, and controls -gets sprite data -background data -gets all assets

gamcontrol.js

-creates the game environment -creates the game loop -loads assets -creates canvas

gameenv.js

-sizes the background -sets up the background

player.js

-moves the player -creates the player -loads the player sprite sheet -controls the anims

mrboiisthebest commented 4 hours ago

Background popcorn hack

image

work of art

mrboiisthebest commented 4 hours ago

Player popcorn hack

-they both determine how the object the control size will be -both draw there objects