
This jam is now over. It ran from 2020-11-17 05:00:00 to 2020-11-20 22:59:59. View results
GetAbout();
int GetAbout()
{
// This is a game jam for people who have nothing better to do
// During this game jam there are only 2 limitations and those are [ THEME ] and [ CHALLENGE ].
// You are allowed to use any tool you want any variation of game, you can even make a board game.
// Limitations
// THEME: windows 98
// CHALLENGE: [ Spin me round ]: Rotation is the primary game mechanic.
// What we mean by [ THEME ]
// Your game must be connected to the theme in a way.
// This could be achieved using visual but also game mechanics.
// Do not feel to bound to the theme, we like to see creativity as well.
// What we mean by [ CHALLENGE ]
// The challenge will be randomly chosen from a list at the start of the game jam.
return 0;
}
GetChallenge();
int GetChallenge()
{
// Challenge list:
// [ Never Stop ]: The player is always moving.
// [ 2 Bit Color ]: You can only use 4 different colors.
// [ Windows Window ]: Moving the game window as a game mechanic.
// [ What did you say? ]: All text in your game must be a made up language.
// [ Keyboard Broken ]: You can only use your mouse as an input.
// [ Simple Shapes ]: Use only simple shapes (cubes, circles, etc. ) for the graphics.
// [ Palindrome ]: The game must end the same way it started.
// [ Spin me round ]: Rotation is the primary game mechanic.
// [ No Design ]: The game levels are procedurally generated.
// [ Voice actor ]: All sound effects are made using your own vocal cords.
return 0;
}
GetTools();// You are allowed to use any tool you are most comfortable with.
GetConnections();No submissions match your filter