Git Product home page Git Product logo

8bitmooc's Introduction

8bitmooc

So, #8bitmooc is an 8-bit MOOC.

##What is a MOOC? A MOOC is a Massively Open Online Course, a course open to anyone in the world for free to take, learn, interact, and enjoy. The most popular MOOCs right now are those offered by folks like Coursera, EdX, and Udacity, but there's no reason why we can't make our own MOOC right here in Github!!

That's exactly what I'm doing. Wanna help?

##What is #8bitmooc? The #8bitmooc is a MOOC that teaches students the endless joys of writing assembly code, specifically assembly code for the 6502 processor (the best one ever made). The idea is for the course to be accessible to programming newbies and pros alike.

When students learn most modern programming languages, they often learn them in the abstract. They can create methods, define variables, and do so much that they don't know where to start. Assembly, at the other extreme, is very concrete. You have exactly $10000 bytes to fit your program, sprites, and memory, and the instruction set is very small. You have to be able to reuse your code, or you'll run out of space. If you can make your program really small, get it. If you can actually make a game, you really get it.

Assembly programming is like a puzzle, since all of the pieces are laid out in a palette in front of you in your spec sheet. Subroutines aren't magic things handled by the computer. You do them yourself. The objective isn't teaching programming so much as it's about teaching computational thinking. That's more valuable anyway.

Besides, programming for 8-bit video game consoles is pretty wizard. Wanna help?

##What do we need? The todo list is as follows:

  • We need a web platform (that's what this project is for)
  • We need a textbook (we'll make that on a wiki)
  • Exercises
  • Some standard libraries for the 6502
  • An epic logo (maybe get opengameart to help)
  • Some sprites for students to use for games (I'll make a sprite converter)

The web platform needs:

  • Open Badges (because badges are pro)
  • An assembler and emulator
  • A wiki (for the textbook)
  • An autograder (a reference architecture 6502)
  • To support a million students (our target goal!)

##Our Goal? A million students, a million satisfied customers, and ultimately, world domination.

##Wanna help?

8bitmooc's People

Contributors

isharacomix avatar pikpik avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.