add proper gameplay with cars moving and lights changing colours (intersection functionality added later)
This commit is contained in:
parent
503833918c
commit
160ba18e83
3 changed files with 121 additions and 1 deletions
2
.idea/PythonProject.iml
generated
2
.idea/PythonProject.iml
generated
|
|
@ -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
7
.idea/misc.xml
generated
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue