Skip to content

mateuseap/intelligent-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Systems

Codes for IF684 (Intelligent Systems) discipline.

Activities made with p5.js

Below there's a list of finished activities containing the link to its code available in this repo and also in p5.js website:

Activity 2.1 - Agent collecting food

Activity 2.2 - Agent looking for food

Activity 2.3 - Evolution of an ecosystem

Running p5.js code locally

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-server

If 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-server

It will show you where at URL the code will be running at, then you just need to open it up in your browse:

http-server

About

Codes for IF684 (Intelligent Systems) discipline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors