Coder Social home page Coder Social logo

lukedawilson / ld37 Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 128 KB

Entry for the Ludum Dare game programming challenge; an adaptation of the classic Robotron arcade game, where the main character is programmable; written in Python using the PyGame framework

License: The Unlicense

Python 100.00%

ld37's Introduction

Progrotron

Entry for the Ludum Dare game programming challenge. An adaptation of the classic Robotron arcade game, where the main character is programmable. Written in Python using the PyGame framework.

Running the game

Ubuntu

Install pygame:

$ sudo apt-get install python-pygame

Start the game using python 2.x:

$ python main.py

ld37's People

Contributors

lukedawilson avatar nvarughese avatar matvarughese avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

ld37's Issues

Some programs never terminate (and blow the stack)

For example:

IF EL
  RL
END

This happens because run_next_command calls itself recursively until it encounters a passing condition or a simple command, and the above program contains neither. In this case, EL will always return false, leading to an infinite recursive loop.

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.