Codes for IF684 (Intelligent Systems) discipline.
Below there's a list of finished activities containing the link to its code available in this repo and also in p5.js website:
To run some code locally you'll need to install Node.js http-server, just follow these simples steps to install it:
- Download and install Node.js
- Open a terminal or command prompt (on Windows you might need to open the command prompt as admin)
- In the terminal type:
npm install -g http-serverIf you get a permission error on Ubuntu try to run the command using sudo. After installing the http-server you're ready to go!
From then on just cd to the folder that has the code that you want to run and type:
http-serverIt will show you where at URL the code will be running at, then you just need to open it up in your browse:
