ML-Chen / flutter-risk

Flutter frontend for real-time game of Risk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 2340 Risk Mobile

A real-time Risk mobile app. Created for CS 2340 with Dr. Christopher Simpkins, Spring 2019.

Setup

  1. Install Flutter.
  2. On Windows, open Command Prompt and type ipconfig, and look at look at Wireless LAN adapter Wi-Fi IPv4 Address. On Linux, type ip addr and look at wifi0: inet.
  3. Update the line in main.dart in the format of channel = IOWebSocketChannel.connect('ws://[your-ip]:9000/ws');.
  4. Plug in your phone or set up a virtual device.
  5. In this directory, run flutter run.
  6. Start the backend server at OhadRau/scala-risk.

Authors

Screenshots

Start screen Room creation dialog Players list Gameplay

About

Flutter frontend for real-time game of Risk


Languages

Language:Dart 97.0%Language:Objective-C 2.0%Language:Java 1.0%