- #Ski or die game controls generator#
- #Ski or die game controls full#
- #Ski or die game controls series#
Push Mole Down, Mole Pops Up - The moves that the player make will also cause obstacles to appear.(Example: Ikaruga, Marshie's Malloween Mix-Up, Pacman (switching between running from ghosts to eating them)) Switch Modes - The player needs to constantly switch between two (or more) modes to effectively fight or move.Disinformation - The player must try to bluff the opponent into thinking they are stronger (for evasion) or weaker (for traps) than they really are.Information Overload - The game presents the player with lots of different variables and pieces of information, and the player must find patterns or make sense of it to make good (or even valid) moves.(Example: Tron, Quoridor, Minotaurus, Abalone, Chess (capturing the king)) Block Path - You don't directly fight your enemies but instead tried to block their movements.Big Gains for You Can Be Big Gains for Enemy - There is an obvious and easy way to score points, but the more points you take the better position your enemy will be in also.(Example: The Traveling Salesman Problem, Sokoban, Flood It, Bloxorz, Mazes) Uncountable Number of Possible Paths - Most games have a few obvious places to go, but this mechanic means that the number of possible ways to order your movement quickly becomes thousands or millions of possible ways and it is not obvious which is the best.Game Keeps Gets Harder Until You Die - Like "Game Repeats Until You Die" except the difficulty level also keeps increasing.(Example: Tetris, Sokoban, Connect Four, Dr. Block Puzzles - The game involves standard sized objects that must be moved around in a specific way.(Example: Nibbles, Rail Shooters, Asteroids, Winter Bells) Forced Constant Movement - The player cannot stand still at any point.
#Ski or die game controls series#
#Ski or die game controls full#
The full list of mechanics and their descriptions are below: (Requires Python & Pygame installed to run.) Complicating matters is that there are several teleports that the bullets could enter, making it tricky to figure out where they'll be coming from.ĭownload the games.
These games are fairly rough since I wanted to rapidly produce them as proof-of-concepts.
#Ski or die game controls generator#
Just to prove to myself that this generator isn't worthless, I decided to make some small Python/Pygame games based off of it. I wanted to get fairly low level with these game mechanics, so I don't include things such as "first person shooter" or "puzzles" (since those are, in my opinion, more correctly called genres). If you need an idea for a game, try this random game mechanic generator:Ī full list is at the bottom of this page.