/microworld_dissertation_tcd

This repositoy contains all code files associated with the microworld built as part of my dissertation project undertaken as part of the MSc. Computer Science program at Trinity College Dublin (TCD).

Primary LanguageJavaScript

Please follow steps below to run this project.

  1. Install NodeJS if not already install from: https://nodejs.org/en
  2. Run the command npm install from within this folder.
  3. Run the command npm run dev
  4. Click on the link that appears on screen (e.g. http://localhost:3000).
  5. Press Ctrl + C to stop the program.

To switch between challenges 1 to 5, press Ctrl + Alt + 1, 2, 3, 4, or 5.