Difference between revisions of "Game Design Ideas Geology Simulator Part 2"

From ShieldKings Wiki
Jump to: navigation, search
m
m
Line 12: Line 12:
 
* [[Game_Design_Ideas_Geology_Simulator_Part_4|Geology Simulator Part 4]]
 
* [[Game_Design_Ideas_Geology_Simulator_Part_4|Geology Simulator Part 4]]
 
* [[Game_Design_Ideas_Geology_Simulator|Geology Simulator]]
 
* [[Game_Design_Ideas_Geology_Simulator|Geology Simulator]]
 +
 +
 +
==Code Test==
 +
<pre>
 +
<syntaxhighlight lang="python">
 +
def quickSort(arr):
 +
    less = []
 +
    pivotList = []
 +
    more = []
 +
    if len(arr) <= 1:
 +
        return arr
 +
    else:
 +
      pass
 +
</syntaxhighlight>
 +
</pre>
  
  

Revision as of 13:51, 4 December 2015

A Geology Simulator for Game Worlds. A series of ideas building a world based around geology.

450px

Colour Text: Code: public class


Geology Simulator


Code Test

<syntaxhighlight lang="python">
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
       pass
</syntaxhighlight>


Link Name


Link Name


Notes