Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianruizy/jeroos-world

Java-Kangaroo interactive learning program
https://github.com/brianruizy/jeroos-world

java jeroo learn-java learn-to-code learning learning-by-doing oop teaching-java

Last synced: about 2 months ago
JSON representation

Java-Kangaroo interactive learning program

Awesome Lists containing this project

README

        

# Jeroos-world 🦖

### 'Java-Kangaroo' OOP Interactive Learning Program.
Learn Object Oriented Programming with the help of Jeroo!
* Navigate your character
* Pick up objects
* Destroy obstacles

## File Extensions
* **.jsc** - Jeroo Source Code

* **.jev** - Jeroo Environment, for island maps

## Creating Character Objects
``` java
Jeroo myKangaroo1 = new Jeroo();
Jeroo mySecondKangaroo = new Jeroo();
```
#### *For Educations Purposes Only\**