Giter Club home page Giter Club logo

gameroom's Introduction

Gameroom

Repo for the development of the Gameroom system for Software Engineering

Contributing

Follow the user guide to install the system and fork this repo. If you would want to make any changes, please make a pull request

User guide

requirements to run system: npm, python3.6 or more, redis-server

In order to run the system, redis service must be start

Using redis-server

Python requirements can be installed using pip install -r requirements.txt

Then run the command python3 manage.py populate once and any afterwards should be python3 manage.py run

The front end can be run using npm install npm start

Testing the code.

This is recommended in order to check your system setup python3 -m pytest --cov=backend test/. This should output coverage and test results for each tests defined for the system

Front end

  • Login or Register at the starting page. Login
  • User will be directed to the main menu page.
  • From main menu page, user can logout or choose any game/play time/server to match and hit matchmake Main Menu
  • After matchmake, you will be directed into a lobby with users matched. Lobby
  • After user is done with the session, click "End Session".
  • User will be directed to rating page to rate other users. After user is done, go back to main menu. Rating

Known issues

  • Testing environment are incompatible with Windows systems, currentl only runs reliably for *nix systems
  • Redis reliability will require additonal refactoring as the current means of access the redis server is fairly error prone
  • CORS Header is still set to any endpoint

gameroom's People

Contributors

khoile3009 avatar thpthp1 avatar sar172c avatar tstarshak avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

thpthp1

gameroom's Issues

Messaging feature

The messaging feature is missing.
Requirements: Must be able to follow separated rooms correctly, Have socket endpoints that allow for message sending.

Looking for implementation in socket.io

Login and match issue

When logging in hitting find match it doesn't work.
match will work if you log into second account

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.