|
|
|
|
|
by sevensor
2676 days ago
|
|
I've had a lot of fun with agent-based and discrete event simulations. Hook it up to a visual and it's basically a game. Writing a basic simulation engine is also a lot of fun. Simulation is also the only application where I've felt comfortable with classical object-oriented modeling. I always find that object oriented programming forces me to deal with a lot of emergent complexity, but when you're doing simulation modeling, emergent complexity is the whole point. |
|