SlideShare une entreprise Scribd logo
1  sur  39
Télécharger pour lire hors ligne
GameSalad (Lec. 07)	

Table
Young-min Kang	

Tongmyong University
Basics
• table
• matrix shaped 2D data
• can be accessed with row and column indices
• all items in a column should be of an identical type
• you can create as many tables as you want
• tables are treated as attributes of game
Table creation
• Home > Tables
• click “+” to create as many table as you want
• rename them
Edit your tables
• determine the # of rows and columns
• determine the type of each column
• you can easily increase the number of columns or rows
• you can rearrange the order of the columns and rows
Prepare for table access
• create an actor and place it in the scene
Display table items
• make the actor display an item in the table
Test it
• press preview button and reset the scene
• every time you reset the scene, randomly chosen item
will be displayed
Table modification
• Change Table Value behavior
Table application
table visualization and manipulation
Create a table
• Prepare a table to be displayed and manipulated
Actor to show items
• create an actor named “item viewer”
• double click and add behaviors as follows
nothing specified here
common behavior
• make the actor display table item (common)
• the item is accessed by attributes of the actor (different attributes for each actor instance)
Instancing
• place the actor instances in the scene
add behaviors
• double-click the actor instances to edit their
behaviors differently
specify different values to instances
Background
• add background and test it
Table items are displayed on the actor instances
Table manipulation
• Table items should be accessed with structured
looping method
• loop behavior
• only in ‘pro’ version which costs $299!
• alternative
• inventing your loop with available behaviors
Single for loop
• for(int i=1;i<=4;i++) {
• TB_State[i][1] = TB_State[i][1]+1;
• }
!
• add attributes
• idxI
• idxJ
• use those indices for our for loop
• here, a single for loop is presented
• idxI is used
Test
• press right key to increase all items in the first column
showing images according
to table data
• itemViewer actor
Table Management
Problem of Timers
• Rule+Timer for looping
• when the condition for the rule is no more valid, the timer is immediately
released
• loop can be stopped with unfinished tasks left
• Clever condition manipulation is needed
add an attribute
MoveDirection (text)
to Game
!
add an attribute
bKeyPressed (boolean)
to background actor
Condition management
• when key is pressed
• game.MoveDirection is set
• the loop will not be stopped while game.MoveDirection is not none
Condition management
• when key is released
• prevent loop from being performed again when the key is pressed
looping condition
Going back to “ready” state
Images for table items
• If you want display items with matching images
• import images to your library
• add an attribute “TB data” to the actor “itemViewer”
Nested “for-loop”
• Timer inside a timer?
• quite complex and it doesn’t work…
• Index manipulation
Tasks for each item
nested
loop
simulation
increase your table item (indRow, indCol) here
Test
Puzzle Implementation Example
2048 style dinoPuzzle
Right Move [ ][ ][ c ][ t ]!
!
initialize t <- 4 , c <- 3!
!
while c > 0!
!
case ( v(c) = 0 ) {!
! decrease c!
}!
case ( v(t) = 0 and v(c) != 0 ) {!
! v(t) <- v(c)!
! v(c) <- 0!
! decrease c!
}!
case ( v(t) != 0 and v(c) = v(t) ) {!
! promote v(t)!
! v(c) <- 0!
! decrease t!
! decrease c!
}!
case ( v(t) != 0 and v(c) != v(t) ) {!
! decrease t!
! decrease c!
}
Left Move [ t ][ c ][ ][ ]!
!
initialize t <- 1 , c <- 2!
!
while c < 5!
!
case ( v(c) = 0 ) {!
! increase c!
}!
case ( v(t) = 0 and v(c) != 0 ) {!
! v(t) <- v(c)!
! v(c) <- 0!
! increase c!
}!
case ( v(t) != 0 and v(c) = v(t) ) {!
! promote v(t)!
! v(c) <- 0!
! increase t!
! increase c!
}!
case ( v(t) != 0 and v(c) != v(t) ) {!
! increase t!
! increase c!
}!
Up Move !
!
initialize t <- 1 , r <- 2!
!
while r < 5!
!
case ( v(r) = 0 ) {!
! increase r!
}!
case ( v(t) = 0 and v(r) != 0 ) {!
! v(t) <- v(r)!
! v(r) <- 0!
! increase r!
}!
case ( v(t) != 0 and v(r) = v(t) ) {!
! promote v(t)!
! v(r) <- 0!
! increase t!
! increase r!
}!
case ( v(t) != 0 and v(r) != v(t) ) {!
! increase t!
! increase r!
}!
Down Move !
!
initialize t <- 4 , r <- 3!
!
while r > 0 !
!
case ( v(r) = 0 ) {!
! decrease r!
}!
case ( v(t) = 0 and v(r) != 0 ) {!
! v(t) <- v(r)!
! v(r) <- 0!
! decrease r!
}!
case ( v(t) != 0 and v(r) = v(t) ) {!
! promote v(t)!
! v(r) <- 0!
! decrease t!
! decrease r!
}!
case ( v(t) != 0 and v(r) != v(t) ) {!
! decrease t!
! decrease r!
}
if you program it, it would look like this
keyboard input
keyboard release
Right Move
next slide
Timer Loop for Right Move
next slide
Move Items
More cases inside
more case
yet more case
test
items moved and merged after ‘right’ key pressed
39

Contenu connexe

En vedette

фотоконкурс пошук
фотоконкурс пошукфотоконкурс пошук
фотоконкурс пошукksuha12
 
Evaluation 2 powerpoint
Evaluation 2 powerpointEvaluation 2 powerpoint
Evaluation 2 powerpointemmanuella_mmj
 
статут пошук
статут пошукстатут пошук
статут пошукksuha12
 
Rm issue oct 07
Rm issue oct 07Rm issue oct 07
Rm issue oct 07Paul Lai
 
Safety Rocks Campaign Proposal
Safety Rocks Campaign ProposalSafety Rocks Campaign Proposal
Safety Rocks Campaign ProposaliTours 360VR
 
Mortgage industry explained-maria arrua
Mortgage industry explained-maria arruaMortgage industry explained-maria arrua
Mortgage industry explained-maria arruaMaria A. Arrua
 
Mirjana Gomilanović INTERVJU PR Portal
Mirjana Gomilanović INTERVJU PR PortalMirjana Gomilanović INTERVJU PR Portal
Mirjana Gomilanović INTERVJU PR PortalAgencijaOne2Grow
 
DiVal Events - Creative Marketing Assets and Event Aesthetics
DiVal Events - Creative Marketing Assets and Event AestheticsDiVal Events - Creative Marketing Assets and Event Aesthetics
DiVal Events - Creative Marketing Assets and Event AestheticsiTours 360VR
 
Mirjana gomilanovic Wannabe intervju
Mirjana gomilanovic  Wannabe intervjuMirjana gomilanovic  Wannabe intervju
Mirjana gomilanovic Wannabe intervjuAgencijaOne2Grow
 
Avoid six mistakes-maria arrua
Avoid six mistakes-maria arruaAvoid six mistakes-maria arrua
Avoid six mistakes-maria arruaMaria A. Arrua
 
Which loan is best for you maria arrua
Which loan is best for you maria arruaWhich loan is best for you maria arrua
Which loan is best for you maria arruaMaria A. Arrua
 

En vedette (14)

фотоконкурс пошук
фотоконкурс пошукфотоконкурс пошук
фотоконкурс пошук
 
Evaluation 2 powerpoint
Evaluation 2 powerpointEvaluation 2 powerpoint
Evaluation 2 powerpoint
 
статут пошук
статут пошукстатут пошук
статут пошук
 
Rm issue oct 07
Rm issue oct 07Rm issue oct 07
Rm issue oct 07
 
Safety Rocks Campaign Proposal
Safety Rocks Campaign ProposalSafety Rocks Campaign Proposal
Safety Rocks Campaign Proposal
 
Mortgage industry explained-maria arrua
Mortgage industry explained-maria arruaMortgage industry explained-maria arrua
Mortgage industry explained-maria arrua
 
Mirjana Gomilanović INTERVJU PR Portal
Mirjana Gomilanović INTERVJU PR PortalMirjana Gomilanović INTERVJU PR Portal
Mirjana Gomilanović INTERVJU PR Portal
 
TriMed Annual Memberships
TriMed Annual MembershipsTriMed Annual Memberships
TriMed Annual Memberships
 
Scheduling Algorithms
Scheduling AlgorithmsScheduling Algorithms
Scheduling Algorithms
 
DiVal Events - Creative Marketing Assets and Event Aesthetics
DiVal Events - Creative Marketing Assets and Event AestheticsDiVal Events - Creative Marketing Assets and Event Aesthetics
DiVal Events - Creative Marketing Assets and Event Aesthetics
 
Aardappelplantbak final
Aardappelplantbak finalAardappelplantbak final
Aardappelplantbak final
 
Mirjana gomilanovic Wannabe intervju
Mirjana gomilanovic  Wannabe intervjuMirjana gomilanovic  Wannabe intervju
Mirjana gomilanovic Wannabe intervju
 
Avoid six mistakes-maria arrua
Avoid six mistakes-maria arruaAvoid six mistakes-maria arrua
Avoid six mistakes-maria arrua
 
Which loan is best for you maria arrua
Which loan is best for you maria arruaWhich loan is best for you maria arrua
Which loan is best for you maria arrua
 

Plus de Young-Min kang

[update] Introductory Parts of the Book "Dive into Deep Learning"
[update] Introductory Parts of the Book "Dive into Deep Learning"[update] Introductory Parts of the Book "Dive into Deep Learning"
[update] Introductory Parts of the Book "Dive into Deep Learning"Young-Min kang
 
Fast CCL(connected component labeling) with GPU
Fast CCL(connected component labeling) with GPUFast CCL(connected component labeling) with GPU
Fast CCL(connected component labeling) with GPUYoung-Min kang
 
인공지능과 딥러닝에 대한 소개
인공지능과 딥러닝에 대한 소개인공지능과 딥러닝에 대한 소개
인공지능과 딥러닝에 대한 소개Young-Min kang
 
Quaternion and Rotation
Quaternion and RotationQuaternion and Rotation
Quaternion and RotationYoung-Min kang
 
게임수학 강의노트 1부
게임수학 강의노트 1부게임수학 강의노트 1부
게임수학 강의노트 1부Young-Min kang
 
물리기반 모델링 기초 - 강의노트
물리기반 모델링 기초 - 강의노트물리기반 모델링 기초 - 강의노트
물리기반 모델링 기초 - 강의노트Young-Min kang
 
Physics for Game: Part1 - Basics
Physics for Game: Part1 - BasicsPhysics for Game: Part1 - Basics
Physics for Game: Part1 - BasicsYoung-Min kang
 
Algorithms summary (English version)
Algorithms summary (English version)Algorithms summary (English version)
Algorithms summary (English version)Young-Min kang
 
Algorithms summary korean
Algorithms summary koreanAlgorithms summary korean
Algorithms summary koreanYoung-Min kang
 

Plus de Young-Min kang (11)

[update] Introductory Parts of the Book "Dive into Deep Learning"
[update] Introductory Parts of the Book "Dive into Deep Learning"[update] Introductory Parts of the Book "Dive into Deep Learning"
[update] Introductory Parts of the Book "Dive into Deep Learning"
 
Fast CCL(connected component labeling) with GPU
Fast CCL(connected component labeling) with GPUFast CCL(connected component labeling) with GPU
Fast CCL(connected component labeling) with GPU
 
인공지능과 딥러닝에 대한 소개
인공지능과 딥러닝에 대한 소개인공지능과 딥러닝에 대한 소개
인공지능과 딥러닝에 대한 소개
 
Quaternion and Rotation
Quaternion and RotationQuaternion and Rotation
Quaternion and Rotation
 
게임수학 강의노트 1부
게임수학 강의노트 1부게임수학 강의노트 1부
게임수학 강의노트 1부
 
물리기반 모델링 기초 - 강의노트
물리기반 모델링 기초 - 강의노트물리기반 모델링 기초 - 강의노트
물리기반 모델링 기초 - 강의노트
 
Lec gp05 rigidbody2d
Lec gp05 rigidbody2dLec gp05 rigidbody2d
Lec gp05 rigidbody2d
 
Physics for Game: Part1 - Basics
Physics for Game: Part1 - BasicsPhysics for Game: Part1 - Basics
Physics for Game: Part1 - Basics
 
Algorithms summary (English version)
Algorithms summary (English version)Algorithms summary (English version)
Algorithms summary (English version)
 
Algorithms summary korean
Algorithms summary koreanAlgorithms summary korean
Algorithms summary korean
 
Game Physics Test
Game Physics TestGame Physics Test
Game Physics Test
 

Dernier

Pakistani Call girls in Deira 0567006274 Deira Call girls
Pakistani Call girls in Deira 0567006274 Deira Call girlsPakistani Call girls in Deira 0567006274 Deira Call girls
Pakistani Call girls in Deira 0567006274 Deira Call girlsMonica Sydney
 
Gonda Nitya salvi 8617370543 VIP model college girls ...
Gonda Nitya salvi 8617370543 VIP model college girls ...Gonda Nitya salvi 8617370543 VIP model college girls ...
Gonda Nitya salvi 8617370543 VIP model college girls ...Nitya salvi
 
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...call girls kolkata
 
Call Girls Bijnor Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Bijnor  Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Bijnor  Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Bijnor Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 
Turbhe Female Escorts 09167354423 Turbhe Escorts,Call Girls In Turbhe
Turbhe Female Escorts 09167354423  Turbhe Escorts,Call Girls In TurbheTurbhe Female Escorts 09167354423  Turbhe Escorts,Call Girls In Turbhe
Turbhe Female Escorts 09167354423 Turbhe Escorts,Call Girls In TurbhePriya Reddy
 
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdf
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdfTop IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdf
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdfXtreame HDTV
 
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...call girls kolkata
 
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...priyasharma62062
 
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...call girls kolkata
 
Deira Call girl 0506129535 Independent Call girl in Deira
Deira Call girl 0506129535  Independent Call girl in DeiraDeira Call girl 0506129535  Independent Call girl in Deira
Deira Call girl 0506129535 Independent Call girl in DeiraMonica Sydney
 
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyHire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyNitya salvi
 
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service HaridwarHaridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwarranekokila
 
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...Nitya salvi
 
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Room
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac RoomVIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Room
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Roommeghakumariji156
 
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...Call Girls Mumbai
 
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...DipikaDelhi
 
Dubai Call Girls 0556255850 Call girls in Dubai
Dubai Call Girls 0556255850 Call girls in DubaiDubai Call Girls 0556255850 Call girls in Dubai
Dubai Call Girls 0556255850 Call girls in DubaiMonica Sydney
 
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...call girls kolkata
 

Dernier (20)

Pakistani Call girls in Deira 0567006274 Deira Call girls
Pakistani Call girls in Deira 0567006274 Deira Call girlsPakistani Call girls in Deira 0567006274 Deira Call girls
Pakistani Call girls in Deira 0567006274 Deira Call girls
 
Gonda Nitya salvi 8617370543 VIP model college girls ...
Gonda Nitya salvi 8617370543 VIP model college girls ...Gonda Nitya salvi 8617370543 VIP model college girls ...
Gonda Nitya salvi 8617370543 VIP model college girls ...
 
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...
Call Girls Rajnandgaon / 9332606886 Genuine Call girls with real Photos and N...
 
Call Girls Bijnor Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Bijnor  Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Bijnor  Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Bijnor Just Call 8617370543 Top Class Call Girl Service Available
 
Turbhe Female Escorts 09167354423 Turbhe Escorts,Call Girls In Turbhe
Turbhe Female Escorts 09167354423  Turbhe Escorts,Call Girls In TurbheTurbhe Female Escorts 09167354423  Turbhe Escorts,Call Girls In Turbhe
Turbhe Female Escorts 09167354423 Turbhe Escorts,Call Girls In Turbhe
 
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdf
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdfTop IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdf
Top IPTV Subscription Service to Stream Your Favorite Shows in 2024.pdf
 
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...
Call Girls Kozhikode - 9332606886 Our call girls are sure to provide you with...
 
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...
Thane Female Escorts-✔9833754194-Kalyan Reasonalble Escorts-Kurla Independent...
 
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
 
Deira Call girl 0506129535 Independent Call girl in Deira
Deira Call girl 0506129535  Independent Call girl in DeiraDeira Call girl 0506129535  Independent Call girl in Deira
Deira Call girl 0506129535 Independent Call girl in Deira
 
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyHire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
 
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service HaridwarHaridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
 
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Palghar Escorts ☎️8617370543 Two shot with one girl ...
 
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
 
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Room
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac RoomVIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Room
VIP Bhiwandi Phone 8250092165 Escorts Service +Call +Girls Along With Ac Room
 
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
 
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...
Call girls Service Berhampur - 9332606886 Our call girls are sure to provide ...
 
Dubai Call Girls 0556255850 Call girls in Dubai
Dubai Call Girls 0556255850 Call girls in DubaiDubai Call Girls 0556255850 Call girls in Dubai
Dubai Call Girls 0556255850 Call girls in Dubai
 
Vip Models Escorts in Lahore 03068178123
Vip Models Escorts in Lahore 03068178123Vip Models Escorts in Lahore 03068178123
Vip Models Escorts in Lahore 03068178123
 
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
 

Game salad 07

  • 1. GameSalad (Lec. 07) Table Young-min Kang Tongmyong University
  • 2. Basics • table • matrix shaped 2D data • can be accessed with row and column indices • all items in a column should be of an identical type • you can create as many tables as you want • tables are treated as attributes of game
  • 3. Table creation • Home > Tables • click “+” to create as many table as you want • rename them
  • 4. Edit your tables • determine the # of rows and columns • determine the type of each column • you can easily increase the number of columns or rows • you can rearrange the order of the columns and rows
  • 5. Prepare for table access • create an actor and place it in the scene
  • 6. Display table items • make the actor display an item in the table
  • 7. Test it • press preview button and reset the scene • every time you reset the scene, randomly chosen item will be displayed
  • 8. Table modification • Change Table Value behavior
  • 10. Create a table • Prepare a table to be displayed and manipulated
  • 11. Actor to show items • create an actor named “item viewer” • double click and add behaviors as follows nothing specified here
  • 12. common behavior • make the actor display table item (common) • the item is accessed by attributes of the actor (different attributes for each actor instance)
  • 13. Instancing • place the actor instances in the scene
  • 14. add behaviors • double-click the actor instances to edit their behaviors differently specify different values to instances
  • 15. Background • add background and test it Table items are displayed on the actor instances
  • 16. Table manipulation • Table items should be accessed with structured looping method • loop behavior • only in ‘pro’ version which costs $299! • alternative • inventing your loop with available behaviors
  • 17. Single for loop • for(int i=1;i<=4;i++) { • TB_State[i][1] = TB_State[i][1]+1; • } ! • add attributes • idxI • idxJ • use those indices for our for loop • here, a single for loop is presented • idxI is used
  • 18. Test • press right key to increase all items in the first column
  • 19. showing images according to table data • itemViewer actor
  • 21. Problem of Timers • Rule+Timer for looping • when the condition for the rule is no more valid, the timer is immediately released • loop can be stopped with unfinished tasks left • Clever condition manipulation is needed add an attribute MoveDirection (text) to Game ! add an attribute bKeyPressed (boolean) to background actor
  • 22. Condition management • when key is pressed • game.MoveDirection is set • the loop will not be stopped while game.MoveDirection is not none
  • 23. Condition management • when key is released • prevent loop from being performed again when the key is pressed
  • 25. Going back to “ready” state
  • 26. Images for table items • If you want display items with matching images • import images to your library • add an attribute “TB data” to the actor “itemViewer”
  • 27. Nested “for-loop” • Timer inside a timer? • quite complex and it doesn’t work… • Index manipulation
  • 28. Tasks for each item nested loop simulation increase your table item (indRow, indCol) here
  • 29. Test
  • 31. 2048 style dinoPuzzle Right Move [ ][ ][ c ][ t ]! ! initialize t <- 4 , c <- 3! ! while c > 0! ! case ( v(c) = 0 ) {! ! decrease c! }! case ( v(t) = 0 and v(c) != 0 ) {! ! v(t) <- v(c)! ! v(c) <- 0! ! decrease c! }! case ( v(t) != 0 and v(c) = v(t) ) {! ! promote v(t)! ! v(c) <- 0! ! decrease t! ! decrease c! }! case ( v(t) != 0 and v(c) != v(t) ) {! ! decrease t! ! decrease c! } Left Move [ t ][ c ][ ][ ]! ! initialize t <- 1 , c <- 2! ! while c < 5! ! case ( v(c) = 0 ) {! ! increase c! }! case ( v(t) = 0 and v(c) != 0 ) {! ! v(t) <- v(c)! ! v(c) <- 0! ! increase c! }! case ( v(t) != 0 and v(c) = v(t) ) {! ! promote v(t)! ! v(c) <- 0! ! increase t! ! increase c! }! case ( v(t) != 0 and v(c) != v(t) ) {! ! increase t! ! increase c! }! Up Move ! ! initialize t <- 1 , r <- 2! ! while r < 5! ! case ( v(r) = 0 ) {! ! increase r! }! case ( v(t) = 0 and v(r) != 0 ) {! ! v(t) <- v(r)! ! v(r) <- 0! ! increase r! }! case ( v(t) != 0 and v(r) = v(t) ) {! ! promote v(t)! ! v(r) <- 0! ! increase t! ! increase r! }! case ( v(t) != 0 and v(r) != v(t) ) {! ! increase t! ! increase r! }! Down Move ! ! initialize t <- 4 , r <- 3! ! while r > 0 ! ! case ( v(r) = 0 ) {! ! decrease r! }! case ( v(t) = 0 and v(r) != 0 ) {! ! v(t) <- v(r)! ! v(r) <- 0! ! decrease r! }! case ( v(t) != 0 and v(r) = v(t) ) {! ! promote v(t)! ! v(r) <- 0! ! decrease t! ! decrease r! }! case ( v(t) != 0 and v(r) != v(t) ) {! ! decrease t! ! decrease r! } if you program it, it would look like this
  • 35. Timer Loop for Right Move next slide
  • 39. test items moved and merged after ‘right’ key pressed 39