Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 620 Bytes

Space fight 2D

This is a small game implemented to test the MLAPI. The project use :

  • MLAPI (network)
  • ScriptableObject (game events)
  • New Unity input system

Features

  • Main menu
  • Multiplayer
  • Fire bullets
  • Move ship around
  • Collisions with asteroids
  • Simple dead/respawn

WIP

  • Scores (UI)

Start the project

  • Open the project with Unity (>= 2019.3.0f3)
  • Open the Scenes/MainMenu scene
  • Select the NetworkManager and change the IP to connect at the bottom (eg: set 127.0.0.1 for local)
  • Build & Run should open the game, click Create a game
  • Start the game in unity and click on Join