SlideShare a Scribd company logo
1 of 119
Download to read offline
In Supervision of
DR.Ammar Jokhadar DR.Noor Shaker
Designed and Implemented By
Rawan Al-Omari Fawzia Shams Al-Deen
Walaa Baghdadi Zeina Al-Helwani
FITE of Damascus, Syria, Department of AI - 2013
Content
• Work scope
• Goal
• The Game
• Model
• Future Perspective
• Tools
Sokoban
• Maze game
• Single player
• Components:
• Goal areas
• Walls
• Passways:
- warehouse
keeper
- Objects
- Empty
Levels generation, PCG
Different levels, all time
The Goal
No more designers
Adventure game
Free copy(Version) for Microsoft windows
Commercial game for Xbox
Used GameMaker platform (GML)
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
Spelunky Scenario
X X
Bomb X
Princess
X X End
The Real Game,
Spelunky Levels
20%Randomization
80%Hand made design
The Model
Difficulty
Model
Generated
Level
The Model
Difficulty
Model
Generated
Level
Level
Generation
Items
distribution
Assessing
Difficulty
Assessing
Difficulty
Items
Distribution
Level
Design
Level Representation
4*4 matrix
Each cell is a room
Level Representation
4*4 matrix
Each cell is a room
Level Representation
Start Room
Level Representation
Bomb Room
Level Representation
Princess Room
Level Representation
End Room
Every room is 8 * 10
Cells Values
• Block
• Space
• Enemy
• Item
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
Digger Algorithm in a Room
PhenoType Representation
Main Rooms
(4)
Graph
Connections
Items Path
Length
PhenoType Representation
Graph
Connections
Items Path
Length
Main Rooms
(4)
PhenoType Representation
Graph
Connections
Items Path
Length
Main Rooms
(4)
PhenoType Representation
Graph
Connections
Items Path
Length
Start room
Bomb room
Princess room
Exit room
Main Rooms
(4)
PhenoType Representation
Graph
Connections
Items Path
Length
Snakes number
Bats number
Ladders number
Coins number
Spikes number
Main Rooms
(4)
PhenoType Representation
Graph
Connections
Items Path
Length
Main Rooms
(4)
PhenoType Representation
Graph
Connections
Items Path
Length
Main Rooms
(4)
Items Path
Length
Main Rooms
(4)
Start Bomb Princess End
Graph
Connections
Graph
Connections
Items Path
Length
Main Rooms
(4)
Start Bomb Princess End
3
10
5
7
9
15
the start, end, Princess, bomb room are in the graph
#1
there is connection between start and end room
#2
the path is valid (start -> bomb -> Princess -> exit)
#3
Start, exit, Princess and bomb rooms are unique in the phenotype
#4
Start room should be in the first eight rooms
#5
Exit room should be in the last eight rooms
#6
15%10%10%10%10%10%
check the length of the path if according with the destination
length
#7
Difficulty
#8
35%100%
= 15 ∗ 𝑐𝑜𝑛𝑑1 + 10 ∗ 𝑐𝑜𝑛𝑑2 + 10 ∗cond3
+ 10 ∗ 𝑐𝑜𝑛𝑑4 + 10 ∗ 𝑐𝑜𝑛𝑑5 + 10 ∗ 𝑐𝑜𝑛𝑑6 + 35 ∗ 𝑐𝑜𝑛𝑑7
Design Fitness
Fitness
= 𝑐𝑜𝑛𝑑8
Difficulty Fitness
= 15 ∗ 𝑐𝑜𝑛𝑑1 + 10 ∗ 𝑐𝑜𝑛𝑑2 + 10 ∗cond3
+ 10 ∗ 𝑐𝑜𝑛𝑑4 + 10 ∗ 𝑐𝑜𝑛𝑑5 + 10 ∗ 𝑐𝑜𝑛𝑑6 + 35 ∗ 𝑐𝑜𝑛𝑑7
Design Fitness
Fitness
= 𝑐𝑜𝑛𝑑8
Difficulty Fitness
= 15 ∗ 𝑐𝑜𝑛𝑑1 + 10 ∗ 𝑐𝑜𝑛𝑑2 + 10 ∗cond3
+ 10 ∗ 𝑐𝑜𝑛𝑑4 + 10 ∗ 𝑐𝑜𝑛𝑑5 + 10 ∗ 𝑐𝑜𝑛𝑑6 + 35 ∗ 𝑐𝑜𝑛𝑑7
Design Fitness
= 10% ∗ 𝐷𝑒𝑠𝑖𝑔𝑛 𝑓𝑖𝑡𝑛𝑒𝑠𝑠 + 90% 𝐷𝑖𝑓𝑓𝑖𝑐𝑢𝑙𝑡𝑦 𝑓𝑖𝑡𝑛𝑒𝑠𝑠
Overall Fitness
Fitness
Assessing
Difficulty
Items
Distribution
Level
Design
Snakes, Snakes around Gaps, Bats
Ladders, Coins, Spike
Items Distribution Over Level
Items Distribution Over Level
Snakes, Snakes around Gaps, Bats, Spikes, Ladder, Coin
Items Distribution Over Level
Snakes/4
Snakes around Gaps/4
Bats/4
Spikes/4
Ladder/4
Coin/4
Snakes, Snakes around Gaps, Bats, Spikes, Ladder, Coin
Ladder
Snakes
Snakes around Gaps
Bats
Coins
Spikes
Assessing
Difficulty
Items
Distribution
Level
Design
Assessing Difficulty
Assessing Difficulty
20% 25% 10% 45%
• Path Length
• Vertical Length
• Shape
• Enemies
– Snakes
– Snakes around Gaps
– Bats
– Spikes
• Path Length
Assessing Difficulty
20% 25% 10% 45%
• Vertical Length
Assessing Difficulty
20% 25% 10% 45%
Vertical Length
• Path Shape
Assessing Difficulty
20% 25% 10% 45%
• Enemies
– Snakes 10%
– Snakes around Gaps 15%
– Bats 10%
– Spikes 10%
Assessing Difficulty
20% 25% 10% 45%
Simple Level – 10% Difficulty
Hard Level – 70% Difficulty
Add Extra Items
and Adaptive
Enemies
Shop Keeper
Cave man
The implementation of an Authoring
Tool that combines the gamer
imagination and machine varity designs.
Designers
The difficulty of the game that is
determined by a player's skills, facial
expressions, gameplay features.
Adaptive
Content
Generation
Tools
• Game Maker
• Ecj (Java-based Evolutionary Computation)
• Java
PROCEDURAL CONTENT GENERATION FOR MAZE- GAME

More Related Content

Viewers also liked

英語ⅳ Jiro
英語ⅳ Jiro英語ⅳ Jiro
英語ⅳ Jiroc1411046
 
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ROS_ZONH
 
Two household items
Two household itemsTwo household items
Two household itemsmharish9
 
Oost 4. Het virtuele verzorgingshuis, Gudule von Hegedus
Oost 4. Het virtuele verzorgingshuis, Gudule von HegedusOost 4. Het virtuele verzorgingshuis, Gudule von Hegedus
Oost 4. Het virtuele verzorgingshuis, Gudule von HegedusROS_ZONH
 
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ROS_ZONH
 
Hoe scoor ik in Google?
Hoe scoor ik in Google?Hoe scoor ik in Google?
Hoe scoor ik in Google?ROS_ZONH
 
Logopedisten heerhugowaard intro floorplay
Logopedisten heerhugowaard intro floorplayLogopedisten heerhugowaard intro floorplay
Logopedisten heerhugowaard intro floorplayROS_ZONH
 
Logopedie en autisme - communicatie met CASS
Logopedie en autisme - communicatie met CASSLogopedie en autisme - communicatie met CASS
Logopedie en autisme - communicatie met CASSROS_ZONH
 
“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis
“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis
“Wat heeft mijn kind?” Kinderobservatie in het WestfriesgasthuisROS_ZONH
 
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...ROS_ZONH
 
Logopedie en autisme
Logopedie en autismeLogopedie en autisme
Logopedie en autismeROS_ZONH
 

Viewers also liked (12)

英語ⅳ Jiro
英語ⅳ Jiro英語ⅳ Jiro
英語ⅳ Jiro
 
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
 
Liq amniotico
Liq amnioticoLiq amniotico
Liq amniotico
 
Two household items
Two household itemsTwo household items
Two household items
 
Oost 4. Het virtuele verzorgingshuis, Gudule von Hegedus
Oost 4. Het virtuele verzorgingshuis, Gudule von HegedusOost 4. Het virtuele verzorgingshuis, Gudule von Hegedus
Oost 4. Het virtuele verzorgingshuis, Gudule von Hegedus
 
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
ZONH-Training signalering Kindermishandeling en Huiselijk Geweld, 28 maart 2013
 
Hoe scoor ik in Google?
Hoe scoor ik in Google?Hoe scoor ik in Google?
Hoe scoor ik in Google?
 
Logopedisten heerhugowaard intro floorplay
Logopedisten heerhugowaard intro floorplayLogopedisten heerhugowaard intro floorplay
Logopedisten heerhugowaard intro floorplay
 
Logopedie en autisme - communicatie met CASS
Logopedie en autisme - communicatie met CASSLogopedie en autisme - communicatie met CASS
Logopedie en autisme - communicatie met CASS
 
“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis
“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis
“Wat heeft mijn kind?” Kinderobservatie in het Westfriesgasthuis
 
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...
Neuro Linguïstisch Programmeren (NLP) / coaching. Hoe kun je mensen in bewegi...
 
Logopedie en autisme
Logopedie en autismeLogopedie en autisme
Logopedie en autisme
 

Similar to PROCEDURAL CONTENT GENERATION FOR MAZE- GAME

Joshua Wehner - Tomorrows Programming Languages Today
Joshua Wehner - Tomorrows Programming Languages TodayJoshua Wehner - Tomorrows Programming Languages Today
Joshua Wehner - Tomorrows Programming Languages TodayRefresh Events
 
Game Design is Business Design
Game Design is Business DesignGame Design is Business Design
Game Design is Business DesignEthan Levy
 
Erlang Concurrency
Erlang ConcurrencyErlang Concurrency
Erlang ConcurrencyBarry Ezell
 
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree Search
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree SearchAlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree Search
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree SearchKarel Ha
 
Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Mohammad Shaker
 
ScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyGautam Rege
 
Claudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmClaudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmCodemotion
 
Arduino creative coding class part iii
Arduino creative coding class part iiiArduino creative coding class part iii
Arduino creative coding class part iiiJonah Marrs
 
Pacman Kata - Progressive F# Tutorials NYC 2013
Pacman Kata - Progressive F# Tutorials NYC 2013Pacman Kata - Progressive F# Tutorials NYC 2013
Pacman Kata - Progressive F# Tutorials NYC 2013Phillip Trelford
 
A Plan towards Ruby 3 Types
A Plan towards Ruby 3 TypesA Plan towards Ruby 3 Types
A Plan towards Ruby 3 Typesmametter
 
Discovering functional treasure in idiomatic Groovy
Discovering functional treasure in idiomatic GroovyDiscovering functional treasure in idiomatic Groovy
Discovering functional treasure in idiomatic GroovyNaresha K
 
Mastering the game of Go with deep neural networks and tree search: Presentation
Mastering the game of Go with deep neural networks and tree search: PresentationMastering the game of Go with deep neural networks and tree search: Presentation
Mastering the game of Go with deep neural networks and tree search: PresentationKarel Ha
 
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016Codemotion
 
Machine learning on Go Code
Machine learning on Go CodeMachine learning on Go Code
Machine learning on Go Codesource{d}
 

Similar to PROCEDURAL CONTENT GENERATION FOR MAZE- GAME (16)

Joshua Wehner - Tomorrows Programming Languages Today
Joshua Wehner - Tomorrows Programming Languages TodayJoshua Wehner - Tomorrows Programming Languages Today
Joshua Wehner - Tomorrows Programming Languages Today
 
Game Design is Business Design
Game Design is Business DesignGame Design is Business Design
Game Design is Business Design
 
Erlang Concurrency
Erlang ConcurrencyErlang Concurrency
Erlang Concurrency
 
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree Search
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree SearchAlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree Search
AlphaGo: Mastering the Game of Go with Deep Neural Networks and Tree Search
 
Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"
 
ScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyScotRuby - Dark side of ruby
ScotRuby - Dark side of ruby
 
Claudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmClaudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with Elm
 
Arduino creative coding class part iii
Arduino creative coding class part iiiArduino creative coding class part iii
Arduino creative coding class part iii
 
Bulletproofing your foot for Kotlin
Bulletproofing your foot for KotlinBulletproofing your foot for Kotlin
Bulletproofing your foot for Kotlin
 
Pacman Kata - Progressive F# Tutorials NYC 2013
Pacman Kata - Progressive F# Tutorials NYC 2013Pacman Kata - Progressive F# Tutorials NYC 2013
Pacman Kata - Progressive F# Tutorials NYC 2013
 
A Plan towards Ruby 3 Types
A Plan towards Ruby 3 TypesA Plan towards Ruby 3 Types
A Plan towards Ruby 3 Types
 
Discovering functional treasure in idiomatic Groovy
Discovering functional treasure in idiomatic GroovyDiscovering functional treasure in idiomatic Groovy
Discovering functional treasure in idiomatic Groovy
 
Mastering the game of Go with deep neural networks and tree search: Presentation
Mastering the game of Go with deep neural networks and tree search: PresentationMastering the game of Go with deep neural networks and tree search: Presentation
Mastering the game of Go with deep neural networks and tree search: Presentation
 
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016
How to avoid Go gotchas - Ivan Daniluk - Codemotion Milan 2016
 
Machine learning on Go Code
Machine learning on Go CodeMachine learning on Go Code
Machine learning on Go Code
 
TypeScript Go(es) Embedded
TypeScript Go(es) EmbeddedTypeScript Go(es) Embedded
TypeScript Go(es) Embedded
 

Recently uploaded

👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Serviceanamikaraghav4
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...Riya Pathan
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...anamikaraghav4
 
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969Beyond Bar & Club Udaipur CaLL GiRLS 09602870969
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969Apsara Of India
 
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...Riya Pathan
 
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...ranjana rawat
 
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment BookingCall Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Bookingnoor ahmed
 
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...Riya Pathan
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...noor ahmed
 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goasexy call girls service in goa
 
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near MeBook Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Meanamikaraghav4
 
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...anamikaraghav4
 
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...anamikaraghav4
 

Recently uploaded (20)

👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...
Call Girls Jodhpur Park - [ Cash on Delivery ] Contact 8250192130 Escorts Ser...
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
 
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
 
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969Beyond Bar & Club Udaipur CaLL GiRLS 09602870969
Beyond Bar & Club Udaipur CaLL GiRLS 09602870969
 
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...
Independent Hatiara Escorts ✔ 8250192130 ✔ Full Night With Room Online Bookin...
 
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...
(KRITI) Pimpri Chinchwad Call Girls Just Call 7001035870 [ Cash on Delivery ]...
 
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment BookingCall Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
 
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...
Low Rate Call Girls Gulbarga Anika 8250192130 Independent Escort Service Gulb...
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
 
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near MeBook Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
 
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
 
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
 
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...
Russian Call Girl South End Park - Call 8250192130 Rs-3500 with A/C Room Cash...
 

PROCEDURAL CONTENT GENERATION FOR MAZE- GAME