Hebi

Description

Hebi (meaning snake in Japanese) is an implementation of Snake using a double-ended queue.

Languages & tools: Rust

Repository


Description:

This is not a snake game, but a similiar project to the above using A* search algorithm. It is an implementation of a different but more efficient path-finding algorithm to search for the shortest path between two locations.

Languages & tools: Python

Repository