Skip to content

A simple game written in Phaser 3 where you program a robot to do series of tasks using its own 'machine code'

License

Notifications You must be signed in to change notification settings

Shin-Aska/Robo-JS

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 3, 2019
Mar 3, 2019
Aug 20, 2020
Mar 3, 2019
Mar 5, 2019
May 23, 2019
Mar 5, 2019
Mar 3, 2019
Mar 3, 2019
Feb 11, 2022

Repository files navigation

Robo JS Game

This game is made as a direct inspiration from an activity from my master's class in theory of programming languages. In the activity, we where tasked to create a script base on the specified op-codes of the robot.

The idea is to game-ify this activity by adding levels and extra functionalities that the original script did not have.

Game

How to run example:

git clone https://github.com/Shin-Aska/Robo-JS.git
cd Robo-JS
npm install webpack-cli -g (add sudo if on linux)
npm install http-server -g (add sudo if on linux)
npm install
webpack --config webpack.config.js
http-server

You can replace http-server with other http server that you wish to use. If you are going to host the project on Apache You only need to copy the following files and folders:

  1. assets
  2. sprites
  3. build
  4. index.html
  5. robo.js

The demo runs at http://127.0.0.1:8080

Shout out to Prof. Solomon See from DLSU for the inspiration for this game (Since the idea popped-in during his class)

About

A simple game written in Phaser 3 where you program a robot to do series of tasks using its own 'machine code'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published