Skip to content

dreamsofcode-io/pathfinding-for-npcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPC Wars

This is a project that accompanies a YouTube video related to NPC/Game AI programming.

Requirements

Python 3.4 or greater

Get Started

Load up a virtual environment via:

$ python -m venv .venv

Then activate the virtual environment

$ source .venv/bin/activate

Once you're in the virtual environment, you can install the dependencies

$ pip install -r requirements.txt

Then, you can run the code with

$ python src/main.py

Configuration

Most of the configuration is in the main.py file. Here you can change the window size, the scale (for HiDPI) and whether or not to show the graph on the map for the pathfinding.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages