|
|
|
|
|
by robmerki
1742 days ago
|
|
After spending a ton of time with React/Javascript/Html/CSS it worked in my brain like this:
- Game logic is your Javascript
- Animations/Models/Textures are your CSS
- Game objects (i.e. the character you control, NPCs) are like React components
- Levels/Maps are your "database" Now that I've typed that out, it almost doesn't make much sense. But that's how it fit together in my brain. |
|