This is a JavaScript implementation of Stanford's Karel the Robot.
The project is under heavy development now.
JSDocs would be available in Russian only.
This project using Google Closure Library and Google Closure Compiler via closure-maven
Это реализация Karel the Robot из курса cs106a в Стенфордского университета на JavaScript.
Проект находится в стадии активной разработки.
В проекте используются Google Closure Library and Google Closure Compiler. Для сборки используются closure-maven
- Clone repository like this
git clone https://urmuzov@github.com/urmuzov/robot.git
- Cd into folder
cd robot
- Initialize submodules
git submodule init
- Build with maven
mvn -P compiled clean install
- Deploy war or look there
cd target/robot
- Клонируем репозиторий командой
git clone https://urmuzov@github.com/urmuzov/robot.git
- Переходим в папку
cd robot
- Инифиализируем модули
git submodule init
- Собираем при помощи maven
mvn -P compiled clean install
- Деплоим war файл на сервер или смотрим здесь
cd target/robot