Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overbit

A minimalist arcade game inspired by classic arena systems. A project focused solely on mechanics, readability and mastery skill.

Core Concept

Overbit is a 2D top-down arcade game with separate vehicle-based gameplay modes. The game deliberately avoids narrative cutscenes and RPG progression, focusing on clean systems and decision-making pressure.

  • no story tutorials
  • no dialogues
  • skill > statistics
  • arena > history

Game Structure

  • The game is divided into levels
  • Auto-save after completing a level
  • After death, the player can restart the current level
  • Ability to pause and resume from exactly the same place
  • Global leaderboard (score-based)

Game Modes

Overbit has separate, independent game modes.

1. Tank Mode

Top-down 2D arena shooter based on risk management.

Core Mechanics

  • Smooth vehicle rotation
  • Physical projectiles (not hitscan)
  • Limited ammunition
  • Forced reload

Ammo & Reload

  • Maximum 5 bullets
  • After firing them:
  • no shooting possible
  • the need to travel to one of several reload zones
  • Reload time:
  • always constant
  • independent of the level of difficulty
  • During reload the player is defenseless

Enemies

  • Collectively referred to as Enemies
  • Their difficulty increases with progression:
  • a larger number
  • higher speed
  • greater aggression
  • They may make mistakes, but:
  • the higher the level, the less frequent

2. Light Cycle Mode (Motors)

High-speed reflex-space mode.

Core Mechanics

  • Perfect top-down view
  • Constant forward movement
  • Turns only 90°
  • Speed:
  • gradually increases over time

Trail System

  • Every motorcycle leaves a trail behind it
  • Trail is a physical collision object
  • Collision rules:
  • touching enemy trail = instant death
  • touching your own trail:
  • automatic right turn
  • no death
  • Trail:
  • disappears after about 30 seconds
  • gradually opens the arena space

Difficulty System

Difficulty is unlocked by progression, not manually selected.

Difficulty Levels

  • Uncommon
  • Common
  • Easy
  • Normal
  • Hard
  • Hard 1–10
  • Legacy 1–5
  • Maximus
  • Mythic 1–20
  • Unlimited

Scaling Rules

  • No new gameplay rules
  • No core mechanic modifications
  • Scaling only covers:
  • number of enemies
  • speed
  • aggression

UI & Visual Style

UI

  • Minimalist
  • Displays only:
  • ammo
  • score
  • basic statuses
  • No timers
  • No unnecessary indicators

Visuals

  • Style: minimalism
  • Subtle VFX
  • No unnecessary screen effects

Color Palette

  • Blue
  • Green
  • Red
  • Yellow
  • Dark gray

Audio

  • Background music
  • Sound effects:
  • shots
  • collisions
  • reload
  • death

Economy

  • No active store
  • No microtransactions
  • No pay-to-win
  • Score is only used for:
  • ranking
  • unlocking difficulties

Technical

  • Platform: WEB (current)
  • Repository: GitHub
  • Code:
  • one project
  • logical division into game modes

Future (Info)

  • Planned 3D version
  • Creation of a version for Unreal Engine
  • Expansion of the story layer only in the Unreal version
  • No impact of future changes on current core mechanics

Design Rules (Do Not Break)

  • Do not add perks or development trees
  • Do not add random buffs
  • Don't simplify reload
  • Do not remove ammo limit
  • Do not add story cutscenes to the arcade version

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages