Toasty Update #4

Published October 31, 2013
Advertisement
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:

  • AI System
  • Builders + A couple of buildings
  • Have trees drop logs which loggers pickup and take back to a storage area
  • Soldiers

Go here to see the demo. It requires the VC++ Redist 2012 package to run.
Previous Entry Toasty Update #3
Next Entry Toasty Update #5
0 likes 0 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!
Profile
Author
Advertisement

Latest Entries

Dimins V2018.2

1814 views

Dimins V2018.1

2326 views

Octree Voxel Planet

3834 views

Toasty Update #9

2266 views

Toasty Update #8

2058 views

Toasty Update #7

2134 views

Toasty Inspiration

2054 views

Toasty Update #6

1852 views

Toasty Update #5

1954 views
Advertisement