Jump to: navigation, search

Difference between revisions of "Programming"

(Frameworks)
(Reorganization)
Line 1: Line 1:
== Languages ==
+
 
=== Frameworks ===
+
== Low Level and Computer Setup ==
 +
 
 +
'''Operating Systems'''
 +
TBD
 +
 
 +
'''Hardware Setup'''
 +
TBD
 +
 
 +
'''Drivers'''
 +
TBD
 +
 
 +
 
 +
== Game Logic ==
 +
 
 +
'''Pinball Frameworks'''
 
[https://missionpinball.com/framework/ Mission Pinball]
 
[https://missionpinball.com/framework/ Mission Pinball]
 +
'''Game Engines'''
 +
Unirt3d
 +
Unreal
 +
ID Tech
 +
Halflife 1/2 Source
 +
 +
'''Prerequisites'''
 +
Queues
 +
Stacks
 +
Interfaces
 +
Abstraction
 +
 +
'''Game Program Structures'''
 +
TBD
 +
 +
'''Lamps'''
 +
TBD
 +
 +
'''Switches'''
 +
TBD
 +
 +
'''Solenoids'''
 +
TBD
 +
 +
'''Audio'''
 +
TBD
 +
 +
'''Video/DMD'''
 +
TBD
 +
 +
'''Players'''
 +
TBD
 +
 +
'''Game Modes'''
 +
TBD
  
== Rules ==
+
'''Tying it Together'''
=== Light Shows ===
+
TBD
=== Modes ===
 
=== Scoring ===
 
  
== Sound ==
+
'''Programming Languages'''
 +
TBD

Revision as of 17:44, 9 January 2015

Low Level and Computer Setup

Operating Systems TBD

Hardware Setup TBD

Drivers TBD


Game Logic

Pinball Frameworks Mission Pinball Game Engines Unirt3d Unreal ID Tech Halflife 1/2 Source

Prerequisites Queues Stacks Interfaces Abstraction

Game Program Structures TBD

Lamps TBD

Switches TBD

Solenoids TBD

Audio TBD

Video/DMD TBD

Players TBD

Game Modes TBD

Tying it Together TBD

Programming Languages TBD