-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.lua
More file actions
17 lines (16 loc) · 978 Bytes
/
Copy pathmain.lua
File metadata and controls
17 lines (16 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ************************************************************************************************************************************************************************
--- ************************************************************************************************************************************************************************
---
--- Name : main.lua
--- Purpose : Executive Object System test
--- Created: 12th June 2014
--- Author: Paul Robson (paul@robsons.org.uk)
--- License: MIT
---
--- ************************************************************************************************************************************************************************
--- ************************************************************************************************************************************************************************
require("strict")
--require("main_pong")
--require("bully")
require("main_flappy")
--require("main_fsm")