Skip to content

jonatlin/fish-pathfinding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program shows the pathfinding algorithm written for the game Fishnapped (https://github.com/zxdan523/game_design). The algorithm was not used in the final version of the game due to a change in gameplay direction.

Build Instructions

Mac

brew install cmake
brew install sfml

Linux

sudo apt-get install cmake
sudo apt-get install libsfml-dev

To run on Mac/Linux:

./build.sh
cd build
./TestPath
./FISHNAPPED

Note: TestPath runs the algorithm example. FISHNAPPED runs the original game. Also make sure you cd into the folder and not use: ./build/TestPath

Examples

Pathfinding Example:

Original Game:

About

Pathfinding algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • CMake 6.4%