Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Creating a Game using Vite, BabylonJS, and TypeScript

A fast, reliable, and lightweight way to create 3D browser games. · By LwTGames

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

A topic by LwTGames created Jan 04, 2023 Views: 51
Viewing posts 1 to 1
Developer

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