Skip to content

sadfsdfdsa/world_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Simulation

This is simple world simulation model and engine.

INSTALL

  1. Clone as it is.
  2. Import engine from world_simulation import *
  3. Generate World with x, y coords by WorldEngine(5, 5)
  4. Configure Engine
  5. Load models by EngineConfig.WorldConfig.load_model(model)
  6. Start simulation by calling WorldEngineObject.run_loop()

Also There is a simple example in app.py file. You can customize and create your own models by examples in engine. Guide soon.

Releases

No releases published

Packages

No packages published

Languages