add proper gameplay with cars moving and lights changing colours (intersection functionality added later)

This commit is contained in:
casualhonk 2026-02-20 17:04:26 +11:00
parent 503833918c
commit 160ba18e83
3 changed files with 121 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.12 (PythonProject) (2)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12 (compsci-assesment)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

7
.idea/misc.xml generated Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.12 (compsci-assesment)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (compsci-assesment)" project-jdk-type="Python SDK" />
</project>