Skip to content
/ robot Public

JavaScript implementation of Stanford's Karel the Robot using Google Closure Library and Compiler. The project us under heavy development.

Notifications You must be signed in to change notification settings

urmuzov/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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

Build

  1. Clone repository like this git clone https://[email protected]/urmuzov/robot.git
  2. Cd into folder cd robot
  3. Initialize submodules git submodule init
  4. Build with maven mvn -P compiled clean install
  5. Deploy war or look there cd target/robot

Сборка

  1. Клонируем репозиторий командой git clone https://[email protected]/urmuzov/robot.git
  2. Переходим в папку cd robot
  3. Инифиализируем модули git submodule init
  4. Собираем при помощи maven mvn -P compiled clean install
  5. Деплоим war файл на сервер или смотрим здесь cd target/robot

About

JavaScript implementation of Stanford's Karel the Robot using Google Closure Library and Compiler. The project us under heavy development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published