Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

jmurdick/typescript-ai-web

Repository files navigation

What is this project?

An experiment to play with AI methods in a browser, typescript, VUE.js environment.

What requirements are there?

I recommend using:

How do I run it?

  1. Open the folder in Visual Studio Code.

  2. Open a powershell command prompt on the source directory to make it easier to run commands. (You can also use the integrated powershell in VSCode, but I prefer external)

  3. Run "yarn install" from the powershell prompt That should install everything else such as NPM and all the other node modules

  4. "yarn dev" to start a test webserver on port 8080 (it will pick the next available port if that one's in use.) Then you can browse as usual.

  5. "yarn jest" will run any unit tests in the project.

Credits

  • Brent Owens
  • WarMage: Battlegrounds Team
    • Jon, Paul, Jeremy, Tim, Aaron, Ken, David, Damon, and others I'm sure I've forgotten
    • A*Star Pathfinding on a Grid (with diagonal support)
    • Ported from Java
  • Evan You - Vue.JS