Marc Lepage (@mlepage)
  • Stars
    star
    146
  • Global Rank 153,746 (Top 6 %)
  • Followers 39
  • Following 19
  • Registered over 13 years ago
  • Most used languages
    Lua
    52.6 %
    C++
    21.1 %
    JavaScript
    10.5 %
    Python
    5.3 %
    C#
    5.3 %
    Java
    5.3 %
  • Location 🇨🇦 Canada
  • Country Total Rank 4,234
  • Country Ranking
    Lua
    62
    C++
    813
    C#
    1,204
    JavaScript
    2,346
    Python
    7,206

Top 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

phosphor

A browser-based microcomputer
JavaScript
13
star
6

memory-game

Open source alphabet memory game
Lua
10
star
7

unity-crash-course

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

ai-class

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

love

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

st3-live-view

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

lua-investigations

Empirical investigations in Lua.
Lua
1
star
12

shredder-challenge

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

flatland

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

haunted-house

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

serious

Serialization utilities for Lua, XML
Lua
1
star
16

linear-algebra

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

lua-utils

Miscellaneous Lua utilities.
Lua
1
star
18

mvalue

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