A Digital Physics Lab in a Blocky Voxel World
Labcraft uses python 3.6:
sudo apt-get install python3
Labcraft is built on the Ursina engine (https://www.ursinaengine.org) To install Ursina use pip:
pip install ursina
To run simply:
python3 labcraft.py
-
README.md: The file you are currently reading.
-
labcrafy.py: The main labcraft code.
-
assetTest.py: A little script to test new models and textures.
-
sims.py: Methods that control the various simulations in the world. Might change this later as there becomes more simulations.
-
assets: Folder that contains all of the models, textures and audio files.
Load and Save
- Multiplayer (?)
- CSV exporting
- Rewrite exercises from schoology
- Add proper exit protocol
- Windows Documentation
- Linux Documentation
- Mac Documentation (?)
- Accept Pull Requests