Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

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

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

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.

willie_liwa
January 05, 2023 12k views

This tutorial is hosted externally

https://www.willieliwa.com/posts/gameworld

Visit Tutorial

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.

Related Tutorials

Discussion

Discussion

Loading comments...

More from willie_liwa