Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
Nikita Zemtsov edited this page Jan 24, 2021 · 9 revisions

Welcome to the push-it wiki! A simple arcade game with the goal to push everyone out or destroy them. This game is meant to be a demo for dotrix 3D game engine.

Goal

Push all enemy players out of the platform or destroy them. The game finishes when only one or no players are left in the game. The winners is the player that has most score.

Gameplay

The player selects direction and power trying to attack/hit an enemy player. Physics is similar to billiard.

Modes

  • Real-time
  • Turn-based: 1 or 2 turns to select both direction and power (everyone can see it)

Features

Player

  • An object (sphere) with some characteristics: size/material or mass/speed/strength
  • A player has health status that decreases after hits and increases continuously and/or after certain event (collecting perks, etc.)

Ground (options)

  • round and flat
  • holes where player can fall
  • different type of ground
  • non-flat
  • movable objects that can be used as protection

Perks

  • Health
  • Increase size/toughness/speed
  • ...

Score

  • Added when pushing out and/or destroying an enemy player
  • Added when hitting an enemy player
  • Collecting perks
Clone this wiki locally