Skip to content

Solitry/MovingAround

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovingAround

Introduction

A football simulation game written by nagizero (398607 at github) on Unity. In the game, two players will fight for their pride in the traditional football game.

Two skills are learnt by both players. "Dash" will multipy your speed limit by 2 for 5 seconds, and "Magnet" will create a solid magnet on the ground in front of you, which has a strong attraction for the ball.

Controls

Player 1:

  • move: axis keys
  • Dash: comma(',')
  • Magnet: period('.')

Player 2:

  • move: WASD
  • Dash: 1 (above alphabet keys)
  • Magnet: 2 (above alphabet keys)

Update log

ver 1.1.1

  • Ball Linear Drag: 0.01 -> 0.5

Make it easier for the ball to speed down.

  • Control of Player 2 changed.

  • Field Edge collider changed slightly.

ver 1.1.0

  • Human running maximum speed: 12 -> 15

By letting players run quicklier, they could perform better strategies.

  • Skill: "Dash" CD: 30s -> 20s, Time: 5s -> 2s

Dash is an easy but useful skill. By decreasing its CD time and improving its effecting time, players could use it more frequently, making a match more interesting.

However, it is now a bit hard to control. Maybe this issue will be checked in forming versions.

Demo play

Warning: these demo clips are recorded by game version 1.0.

dash magnet

About

A 2D football game by Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%