Part Two Creating a Game using Vite, BabylonJS, and TypeScript: The Game World and the Player

Published January 05, 2023 by willie_liwa
Do you see issues with this article? Let us know.
Advertisement
The Core Element of Every Game The core element of every game is the player's character and how it feels to control. Having a clunky character can make a game feel more difficult than it needs to be, although this can also be a design choice. We'll start here and make a player that can move around using a basic Entity class and a World class to manage everything. Next, we'll add monsters to create a basic arcade game.
https://www.willieliwa.com/posts/gameworld
Cancel Save
0 Likes 6 Comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!

The Core Element of Every Game The core element of every game is the player's character and how it feels to control. Having a clunky character can make a game feel more difficult than it needs to be, although this can also be a design choice. We'll start here and make a player that can move around using a basic Entity class and a World class to manage everything. Next, we'll add monsters to create a basic arcade game.

Advertisement
Advertisement