Arpple / maqebot-rockstar

MAQE Bot homework challenge written in rockstar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAQEBot

the code for MAQEBot homework challenge written in Rockstar language because I want to be Rockstar Developer😎

this project use rockstar-js to transpile rockstar to javascript

there is some modification in transpiler to accept [] to perform array indexing

Source

./maqebot.rock

How To Run

  • npm install to install dependencies and build rockstar transpiler (or then build with npm run build)
  • npm run compile to compile maqebot.rock to maqebot.js
  • node maqebot.js to run
  • or use npm run start to compile from .rock and run

About

MAQE Bot homework challenge written in rockstar

License:MIT License


Languages

Language:JavaScript 100.0%