Skip to main content

BASIC-RoBots - alpha1.0

BASIC-RoBots is a real-time strategy game about programming robots to colonize a planet.


Pierre Surply
(ptishell)

BASIC-RoBots is a real-time strategy game about programming robots to colonize a planet.

The robots can only be controlled with command line and programmed with a specific language created myself based on BASIC.
Each robot has its own file system. So, you can create and use folders and files in the robots with commands like mkdir, touch, edit, ...

For this projects, I fully programmed a BASIC interpreter and the operation system of the robot.

In the current version, the game is still hard to play : it's far from being a release version. Do not hesitate to contact me if bug.
The README file, available in the repository, contains more information about the programming language and the operating principle of the robots.

This game uses python2, PyGame and PyOpenGL

Changes

Links

Home Page
https://bitbucket.org/Ptishell/basic-robots/
Source
https://bitbucket.org/Ptishell/basic-robots/src

Releases

BASIC-RoBots alpha1.0 — 5 Sep, 2012

Pygame.org account Comments

  • cooleemee2 2012-10-10 22:14

    This is amazing. I'm surprised nobody else has commented.

  • NADIA JACKS 2012-10-17 15:08

    I AM IN LOVE WITH YOUR WORK! =)
    I WANNA SLEEP WITH YA!

    superjtboy 2013-02-20 09:50

    sleep with meeeeee!!!! :D

  • Logan 2013-05-04 16:21

    THIS IS GREAT!

  • ethg242 2013-06-08 02:06

    this looks so cool, but I can't seem to get it set up. I've tried making it on Win7 cmd and Cygwin (sorta like linux cmd emulator), but it's still not working. Here's the error I'm getting:

    Running -> basic-robots
    Version : alpha 1.0
    Python binary :
    src/main.py: line 26: import: command not found
    src/main.py: line 27: import: command not found
    src/main.py: line 29: import: command not found
    src/main.py: line 30: import: command not found
    src/main.py: line 31: import: command not found
    src/main.py: line 32: import: command not found
    src/main.py: line 33: import: command not found
    src/main.py: line 34: import: command not found
    src/main.py: line 36: class: command not found
    src/main.py: line 37: syntax error near unexpected token `('
    src/main.py: line 37: ` def __init__(self):'
    make: *** [run] Error 2

  • Alexandre Pinho 2013-09-11 19:36

    Very good. Maybe do a simple tutorial in-game.

  • Annoymous 2015-06-13 18:33

    Is fun, but i have no idea how to use the external commands. Could you help me with this?