Skip to content

A two-player game written in assembly x86. It has two difficulty levels and an in-game-chat. The players can play on the same device or different devices connected with a UART connection. Also, it has a separate chat module outside of the game

License

Notifications You must be signed in to change notification settings

osamamagdy/Sky-Fall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✈️Sky-Fall

🎇A two player game written in assembly x86

copyright of this image: @Aaron Brick designer

Game-Story


Iron man and Warmachine are challenging each others again. Every one of them claims to be the best pilot of the MARK-n suit.
To end it once and for all they agreed to do the next:
-Two players jump from a plane(the top of our page). Each one of them wears a parachute and an Iron Man suit.
-The suit helps him to control his position(x, y) while falling, he can go up, down, right, and left.
-When his suit is not working he will continue falling in the same (x, y).
-There are some random horizontal barriers appears on their way which moving upward (it's not actually moving but it will appear like that on the screen as the player is falling towards it) .
-If a player hits one of the barriers, his health will be decreasing. The two players can attack each other.
-The victim will be frozen and can't control his suit for a certain time, so he will not be able to avoid the barriers and may get hit.
-They will continue falling untill on of them takes five hits. The winner is the other player.

📷 Demos:


Level One playing

Level_one


Level Two playing

Level_two


Level One playing but on two different pc's

The red player is the one who sent invitation

Playing_with_two_players_on_the_different_pc's


Chat module between players

Chat_module_between_players


In-game-chat_module_between_players

In-game-chat_module_between_players


About

A two-player game written in assembly x86. It has two difficulty levels and an in-game-chat. The players can play on the same device or different devices connected with a UART connection. Also, it has a separate chat module outside of the game

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •