GithubHelp home page GithubHelp logo

mmog's Introduction

Strepkills

Visit http://strepsils.herokuapp.com/game to play Join our chatroom here Current version: 1.0.0

What is Strepkills?

Strepkills was made as a one week group challenge- it aims to be a multiplayer game with a real-time chat and minimalist gameplay. It can be played on your browser and features your player avatar (or a 'strepsil') which is matched up with other player controlled avatars vying for dominion over the board.

Our one-line goal

A real-time browser-based game which facilitates multiple players on individual clients.

Prerequisites

Running on localhost

$ git clone https://github.com/Xin00163/mmog.git
$ cd mmog
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s
go to http://localhost:3000 in browser

To run tests:

$ rspec

Technologies

Tech Description
Ruby on Rails To create a website to host games
ActionCable Integrates WebSockets with Rails
Redis gem In-memory data-structure store and cache
Rubyracer gem Evaluates and reads JS and Ruby
PostgreSQL Database of choice
RSpec Testing framework for Ruby code

Creation to release

  • Keeping scalability in mind we created a game hub website, to easily host many different games in the future and to provide players with their individual profiles.
  • During the conception of the game our team decided to use the fewest number of pre-created frameworks as possible, and as a result we made an original game framework from scratch.
  • Our starting point was creating a chatroom using ActionCable to simultaenously send mesages to multiple users, and we applied the same methodology to our game.
  • As a result Strepkills incorporates WebSockets for seamless connections and after many iterations of improvements it is optimised for fast, responsive gameplay.

Our team

Keran, Rhys, Tim, Varun, Xin Honourary tester: Umair

View our end-of-week presentation here- http://slides.com/rspecgod/strepsil-wars#/

mmog's People

Contributors

le5tes avatar xin00163 avatar varuncodes avatar ker-an avatar rskyte avatar

Watchers

James Cloos avatar

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.