Difference between revisions of "Tic Tac Toe"

From Second Life Wiki
Jump to navigation Jump to search
m (wiki-fu)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL Header}}
{{LSL Header}}
{{:Tic Tac Toe/navigation}}
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.
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:
The game code is expressed in 6 steps.


# [[/Leaf Objects|Leaf Objects]]
# [[/Root Objects|Root Objects]]
# [[/Game Logic One|Game Logic part one]]
# [[/Version Control|Version Control]]
# [[/Game Logic Two| Game Logic part two]]
# [[/Summary| All Scripts on a Single Page]]


A working version of this game can found at: http://slurl.com/secondlife/Longfellow/193/60/25
A working version of this game can found at: http://slurl.com/secondlife/Longfellow/193/60/25


[[Category:LSL Library]]
[[Category:LSL Library]]

Latest revision as of 23:31, 2 January 2008

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 is expressed in 6 steps.


A working version of this game can found at: http://slurl.com/secondlife/Longfellow/193/60/25