• Stars
    star
    13
  • Rank 1,482,668 (Top 30 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

A browser-based microcomputer

More Repositories

1

heightmap

Simple heightmap module for Lua. Uses the diamond-square algorithm to generate realistic terrain. MIT license.
Lua
32
star
2

pentomino-solver

C++ program using backtracking with pruning to solve the problem of covering the checkerboard with 12 pentominoes and a tetromino. MIT license.
C++
21
star
3

polycube-solver

Lua program using Algorithm X to solve the problem of packing polycubic pieces into boxes. Includes bit matrix module. MIT license.
Lua
19
star
4

phosphor-old

Deprecated --> new version at https://github.com/mlepage/phosphor
JavaScript
14
star
5

memory-game

Open source alphabet memory game
Lua
10
star
6

unity-crash-course

Crash course on Unity. Create a simple game in 90 minutes.
C#
9
star
7

ai-class

Lua programs for Introduction to Artificial Intelligence course (Fall 2011)
Lua
7
star
8

love

LOVE is an awesome 2D game engine for Lua. (Forked from bitbucket.org/rude/love)
C++
4
star
9

st3-live-view

Sublime Text 3 live view plug-in
Python
4
star
10

lua-investigations

Empirical investigations in Lua.
Lua
1
star
11

shredder-challenge

Lua program using LÖVE to work on puzzle1 of the Shredder Challenge.
Lua
1
star
12

flatland

Prototype for physics-based game with skinnable graphics (aka Angry Birds before its time).
C++
1
star
13

haunted-house

Haunted House adventure game from 1983 ported from BASIC to Lua.
Lua
1
star
14

serious

Serialization utilities for Lua, XML
Lua
1
star
15

linear-algebra

Simple linear algebra module for Lua. Suitable for common 3D vector operations. Useful with LuaGL (OpenGL). MIT license.
Lua
1
star
16

lua-utils

Miscellaneous Lua utilities.
Lua
1
star
17

mvalue

C++ code for an STL container like class that can change its element type dynamically.
C++
1
star