GithubHelp home page GithubHelp logo

gamesedu / code-commander-gr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rcmorris/code-commander

1.0 1.0 0.0 15.44 MB

Simple game to teach programming to young learners -greek commands http://tank.sxoleio.tk -

Home Page: http://gamesedu.github.io/Code-Commander-gr

PostScript 88.67% CSS 0.12% HTML 0.28% JavaScript 10.80% PHP 0.13%
coding-game educational-game programming-game

code-commander-gr's People

Contributors

cucu avatar gamesedu avatar irongaze avatar plirof avatar

Stargazers

 avatar

Watchers

 avatar  avatar

code-commander-gr's Issues

Create repeat command

Create repeate command inside translate
*translate (before all translation parsing): *

repeat 2{
move
fire
}

to

move
fire
move 
fire

Create random maze generator


{
  key: 'beginner-3',
  name: 'Beam Towers Never Wait',
  map: [
    '....T...',
    '......T.',
    '.B....R.',
    '..TR..O.',
    '.T......',
    '..O...O.',
    'T.|...|.',
    '..|.^.|.'
  ]
},

{
  key: 'multi-tower',
  name: 'Tower Tangle',
  map: [
    '..OO.TRT',
    '>......R',
    'RROO..O.',
    '.TTO..O.',
    '.T......',
    '.....T..',
    'T...T.B.',
    '..R.....'
  ]
}

]


links ./js and /js etc

Web hosting requires /js/..... links
and local comodo needs ./js/....

maybe must make 2 versions no-dot version for internet and dotted for other

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.