Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

HimiXu/erlangProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 

Repository files navigation

erlangProject

**Back-end Interface to Graphics

alt text

The packet build: {Missiles,AntiMissiles,Cities,Radars,Launchers,Explosions,Interceptions}

Every item in every list description:

Missiles: {Ref, {falling, Velocity, {PositionX,PositionY}, Angle}}

Anti-missiles: {Ref, {intercepting, Velocity, {PositionX,PositionY}, Angle}}

Cities: {Name, {Status, {PositionX,PositionY}}

Launchers: {Ref, {Status, {PositionX,PositionY}}

Radars: {Ref, {Status, {PositionX,PositionY}}

Explosions: {PositionX,PositionY}

Interceptions: {PositionX,PositionY}

  • Status = alive / destroyed
  • Ref is a referance number

**Back-end diagrams alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages