Coder Social home page Coder Social logo

rube-mc-pi's Introduction

rube-mc-pi

Infrastructure code needed to make the Manchester CoderDojo Rube Goldberg machine work.

For more info see: http://wiki.mcrcoderdojo.org.uk/index.php/Rube_Goldberg_Project

Coding Guidelines

  • Create a feature branch for your change
  • Write a test that fails
  • python setup.py test
  • Write code to make the test pass
  • Repeat until done
  • Commit changes to branch
  • pylint rube-mc-pi | less
  • Fix lint issues
  • python setup.py test
  • If tests pass commit to branch
  • Merge branch to master
  • python setup.py test
  • If tests pass commit to branch
  • If you want to release to pypi...
  • Ideally on a raspberry pi run python setup.py test (this is to make sure the gpio code is tested)
  • Edit setup.pi
  • Change the version number following these guidelines http://apr.apache.org/versioning.html
  • Commit to master
  • git push origin master
  • Publish with: python setup.py register sdist upload

rube-mc-pi's People

Contributors

davegoopot avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jrmhaig

rube-mc-pi's Issues

Minecraft Adaptor

Need a minecraft adaptor that will handle getting and setting the state of blocks.

blocks like mcpi

The block object should respond to the same API as the mcpi version -- use the mcpi version?

GPIO adaptor

Need an adaptor that links to GPIO pins of the Raspberry Pi

Logging

Probably will need to give sources and targets names

updateState mechanism

A target should accept an updateState mechanism taking a block object as its parameter

Query state

A source should respond to a getState() query by returning its state.

Event Loop

The system should loop over all sources and update the linked targets whenever the state of the source block changes.

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.