Stars
A Django App that finds the path between two points (selected by the user) on a real world map, using different path finding algorithms (Dijkstra, A-Star, BFS, Greedy-First...) On top of that, the …
An implementation of the famous game, TicTacToe, in android studio. You can play against another player on the same device or play against the computer.