Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 546 Bytes

File metadata and controls

8 lines (5 loc) · 546 Bytes

alphasnake

This is a competition for where we compete to make the best snake bot.

We are reimplementing the game from python, into rust to make it run faster. The original implementation is in python/game/*.py, and the reimplemention is in src/**/*.rs. Treat the python code as the correct version.

There are some tests in python/tests/*.py, and we are using fuzz testing to test the reimplementation.

We use maturin and pyo3 to bridge between python and rust so we can test the reimplementation based off of the original python code.