Plump AI tournament
Plump AI runs on Node.js and is writen in TypeScript
-
Install node from here: https://nodejs.org/en/
-
Download or clone the repository to your computer.
-
Open the project folder (VS Code recommended https://code.visualstudio.com/download ).
-
Run 'npm install' in the terminal in vs code to install any dependencies
To make it easer to run typescript you can install ts-node and typescript globally:
run these in the terminal
'npm install -g ts-node'
'npm install -g typescript'
now you can run the simulation with:
'ts-node app.ts'
Good luck!