• This repository has been archived on 13/Dec/2023
  • Stars
    star
    542
  • Rank 81,418 (Top 2 %)
  • Language
    JavaScript
  • Created almost 12 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of JS engine implementations of Breakout

This Project Is No Longer Being Updated

Breakouts is in "archival" mode. The website and repo will remain available, but no updates will be made. We will not accept any new pull requests or contributions at this point.

Thanks for all the help from everyone! If anyone wants to take over the project, please email me at [email protected]

logo

last updated: Dec-1-2013

Helping You Select a JavaScript Game Engine

tl;dr Breakouts is to JavaScript game engines what TodoMVC is to JavaScript MV* frameworks.

There are a lot of JavaScript game engines out there, the JavaScript wiki lists over 80 of them. This project is an attempt to get some insight into the engines out there. This was done by implementing a simple version of the game Breakout in various engines. With the implementations in hand, you can compare and contrast and play with the engines to help get a feel for whether you like them or not.

Companion Article

There is also a companion article to this project on BuildNewGames, which goes into detail on the first three engines that were a part of Breakouts (Impact, Lime and Crafty).

Breakouts So Far

So far we have Breakout implementations for

About Breakout

The Breakouts generally look like this:

screenshot

and feature:

  • player input (mouse for desktop, touch for mobile)
  • frame animation
  • scene transitions (menus, game over, etc)
  • sound effects
  • hit detection
  • text rendering

Play the Breakouts

All of the Breakouts are up and playable at this project's website

Contribute

If you would like to contribute a Breakout implementation, great! Please head over to the implementation guidelines to get started.

If you have a bug fix, suggestion or anything for any existing implementations or the project as a whole, please send it in. You can fork and do a pull request, submit a defect, whatever makes sense.

License

All of the various engines have their own licenses, but the Breakout code itself is MIT licensed. Generally speaking, feel free to do whatever you want with it.

This includes the resources (images, sounds, etc)

Thanks!

Thanks to Addy Osmani, Sindre Sorhus and everyone else involved with TodoMVC for the idea and inspiration. Also thanks to everyone who is contributing new implementations and suggestions

More Repositories

1

particle.js

a particle system designer using HTML5 Canvas
JavaScript
102
star
2

node-sql-fixtures

SQL fixtures for Node.js in PostgreSQL, MySQL, MariaDB and SQLite
JavaScript
82
star
3

yokul

An (almost) drop in replacement for Google Chart images using HTML5 canvas
JavaScript
81
star
4

mate-i3-applet

i3 workspace applet for MATE (unsupported, see top of README)
Python
62
star
5

reagent-breakout

The game Breakout implemented with Reagent
Clojure
53
star
6

ardynia

An adventure game in the style of Zelda, for the Arduboy
C++
49
star
7

smaghetti

A web based level editor for Super Mario Advance 4, the GBA port of Super Mario Bros 3
TypeScript
45
star
8

mario-review

A detailed review of Super Mario World written in Clojure(Script)
Clojure
37
star
9

neo-geo-dev-book

a book on developing for the Neo Geo
TypeScript
34
star
10

AMMiSTer

Arcade game manager for the MiSTer
TypeScript
30
star
11

pxtobrx

Create Lego mosaics out of video game sprites
JavaScript
25
star
12

ImpactPlugins

A gathering of all the Impact plugins I have written
JavaScript
25
star
13

neosdconv

A command line tool to convert Neo Geo roms into the format needed for NeoSD
TypeScript
25
star
14

neospriteviewer

A Neo Geo Sprite Tile Viewer
TypeScript
22
star
15

stepcharts

A modern website for DDR stepcharts. Think of them like guitar tabs, but for the songs's dance steps in the game.
TypeScript
19
star
16

nggm

Neo Geo Gif Maker
TypeScript
13
star
17

impact.ts

The Impact JS game engine, ported to TypeScript
TypeScript
13
star
18

reagent-scroll-demo

A demo of scrolling based animations done in Reagent
Clojure
11
star
19

jnesg

An NES Tile Editor in Java
Java
10
star
20

tacklebox

A fishing game for the Arduboy
C
9
star
21

sromcrom

Graphics pipeline tool for Neo Geo development
TypeScript
9
star
22

kof94te

King of Fighters 94: Team Edit Edition
Assembly
9
star
23

plunder

An animation system for JavaScript game engines
JavaScript
8
star
24

fgbg

Fighting game backgrounds website
TypeScript
6
star
25

mattgreer.dev

my website
MDX
6
star
26

neo-geo-blog

My blog for neo geo development
TypeScript
3
star
27

ngDebugScripts

Neo Geo Debug Scripts
Lua
3
star
28

neosdconv-web

neosdconv as a website: drag and drop to create a .neo file
TypeScript
2
star
29

azure-copy-blobs

A small C# console app to copy Azure Storage blobs across accounts (including subscriptions)
C#
2
star
30

neo-geo-dev-book-game

Companion code to go along with ngbook
1
star
31

neosdcd

TypeScript
1
star
32

pb-dino-hack

Assembly
1
star
33

rotary-bobble

Puzzle Bobble with rotary controls
Assembly
1
star