Skip to content
AmitSheer edited this page Dec 19, 2020 · 6 revisions

Welcome to the Pokemon game wiki!

This code was made in order to showcase pathfinding on a graph.

  1. API Package
  2. Game Client Package

What is Pokemon Game

In the world there are many things we want or need. In this world, the Pokemon World, the mission is to catch as many pokemon as possible. So Professor Boaz was sent to try and catch as many of them as he can.

The Problem

The world is a bad and big, and in order to catch as any of them as he can Professor Boaz has to find the best path to catch as many pokemon as possible. But the world is complex, and has a lot of paths to take.

The Solution

Implementing a path finding algorithms, Tarjan and Dijkstra, in order to find the shortest path to a Pokemon. We use the algorithm in order to find the shortest path to the pokemon and give the one of Profesor Boaz clones the correct and shortest path to that pokemon.

Scores

scenario

Clone this wiki locally