Search found 3 matches
- 07 Jun 2016, 23:14
- Forum: Game Development
- Topic: Implementing Crowd Simulation
- Replies: 17
- Views: 12848
Re: Implementing Crowd Simulation
School and life protip: Fully understand the problem/requirements/situation before you jump into creating a solution. If you have any confusion, figure out exactly what you don't know, draft a set of questions, and immediately send them to your professor. Trust me, you're going to be saving yoursel...
- 07 Jun 2016, 00:27
- Forum: Game Development
- Topic: Implementing Crowd Simulation
- Replies: 17
- Views: 12848
Re: Implementing Crowd Simulation
Just to make sure. Do you mean Crowd simulation which is mainly to do with graphics or Swarm intelligence which is mainly to do with AI? The first is not easily compatible with spring. The second can be made in spring but you will have to code everything yourself as I don't know of anything similar...
- 01 Jun 2016, 17:01
- Forum: Game Development
- Topic: Implementing Crowd Simulation
- Replies: 17
- Views: 12848
Implementing Crowd Simulation
Hello guys I'm planning to develop a naval themed war game for my bachelor degree final project. But I need to implement some kind of Crowd Simulation in my game. What I'm asking about Is it possible to implement crowd simulation on Spring Engine? Is there any helpful reference for crowd simulation?...