Skip to content

elua/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pong.lua 
  Lua source file of an implementation of the classical Pong game, to run on
Luminary Micro's LM3S kits that have a RIT OLED display.

LM3S.lua
  Platform specific buttons and functions definitions.
  This module is require()d by Pong and included on the autorun version too.
  It's main goal is to simplify the use of some specific platform resources.

pong-autorun.bin
  Binary image, ready to be flashed to a proper LM3S kit, with the pong.lua
program built as an autorun.lua. This will make the program starts directly
after a reset.



   More information can be found on the eLua site at: www.eluaproject.net

About

An eLua implementation of the classical console game Pong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages