Skip to content
/ Smash Public

A combat game made with Unity to our dispair

Notifications You must be signed in to change notification settings

Tursh/Smash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smash

A fighting game in the style of Super Smash Bros

General idea

Super Smash Bros drives the combat out of frame

The general idea is that hitting another player creates velocity, that velocity, if too high when hitting the ground, the player dies.

Players, when out of the map, Loop around the map.

That new mechanic will drive the combat to the center of the map and introduces a new verticality

Physics

  • Velocity
  • Collision (Collision detection handled by unity)
  • Gravity
  • Knockback
  • Damage handling (velocity based)
  • Fixed Camera (or not until we say otherwise)

Characters

  • Attacks
  • Different physics attributes between characters
  • Defense

Maps ideas

  • Without Gravity
  • Planes with drag
  • Simple (competitive)
  • Box

About

A combat game made with Unity to our dispair

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages