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.

Toasty Update #4

Toasty Update #4

nhold
nhold
Disciple of Jonato · · 1 min read
2,567 0
Hey there! Look it's already Update #4!

So in this update I included a video to show things off in motion and the video has an explanation of the update. The test currently involves about 40000 tiles (200*200 map) and ~4000 entities (trees and a single animated goblin) the map is randomly generated each time (Which made me realise how complicated C++11 random number generation is, so I'll have to pull that out into some easier to use functions later on).

I decided the best way to test a game engine is to create a game with it, so I made this test which will be a game similar to settlers with not much complexity.

Stuff to do:

Discussion

Loading comments...