Difference between revisions of "TicTacToe"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL Header}} = Tic Tac Toe = This example will demonstrate how to execute a larger project. Some of the techniques on display here are a little overkill for just coding Tic Tac Toe, but...)
 
m (CamelCasingIsReallyReallyBad)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{LSL Header}}
#REDIRECT [[Tic Tac Toe]]
= Tic Tac Toe =
 
This example will demonstrate how to execute a larger project. Some of the techniques on display here are a little overkill for just coding Tic Tac Toe, but should provide a nice framework for more complex projects.
 
The game code will be exposed in 6 steps:
 
# [[TicTacToeLeafObjects | Leaf Objects]]
# [[TicTacToeRootObjects | Root Objects]]
# [[TicTacToeGameLogicOne | Game Logic part one]]
# [[TicTacToeVersionControl | Version Control]]
# [[TicTacToeGameLogicTwo | Game Logic part two]]
# [[TicTacToeSummary | All Scripts on a Single Page]]
 
A working version of this game can found at: [[http://slurl.com/secondlife/Longfellow/193/60/25 | Longfellow]]

Latest revision as of 21:56, 2 January 2008

Redirect to: