GridGames is a picture forum game with a grid of "pixels" and you need to complete the goal determined by the "pixel packs" of the map. When deciding an option, whichever option has the most votes whenever I start drawing the next part is the option picked.
List of pixel packs:
--- BRIDGING
-- Bridge
- Appearance: Brown Pixel
- Usage: Walking on
-- Barrier
- Appearance: Letter "B"
- Usage: Invisible bridge barrier
-- Crossing Floor
- Appearance: Light grey
- Usage: Can be walked on and can build bridges over
--- MONSTERS
-- Monster
- Appearance: Red
- Usage: Will not disappear until battle won
--- GOAL PIXELS
-- Goal
- Appearance: Blue
- Usage: When all collected, you win the game
-- Final Goal
- Appearance: Dark blue
- Usage: When all regular goals collected, turns into a regular goal
--- LADDERS
-- Ladder
- Appearance: Yellow
- Usage: Player can climb up/down and walk on
--- TOPDOWN MAIN
-- Floor
- Appearance: Grey
- Usage: Topdown-style floor
-- Player
- Appearance: Green
- Usage: Can move north/east/south/west on floors
--- PLATFORMER MAIN
-- Floor
- Appearance: Grey
- Usage: Platformer-style floor
-- Player
- Apperance: Green
- Usage: Can jump and walk on/across floors
CURRENT MAP: TOURNAMENT
Pixel packs used for "Tournament":
Monsters
Goal Pixels
Topdown Main

Special map property:
None