The pygame port for codon.
- install codon:
- add codon to path:
- export PATH=....
- add python for codon to path
- for importing python modules we need to
export CODON_PYTHON=python_path.soas mentioned in the website.
- for importing python modules we need to
- for run/compiling dont use
- `codon run -release simple.py`
- instead use
- `codon build -release -exe simple.py`
because the normal codon run causes - llvm error on some devices.
`./simple`
- In example folder
- simple.py
- snake.py