Giter Site home page Giter Site logo

rockpaperscissor's Introduction

RockPaperScissor

Rock Paper Scissor game (Limited)

It's a Rock,Paper,Scissor game but with differents rules that built using java. read game details below .

Getting Started

Start Server

build using maven :

git clone https://github.com/zmilad97/RockPaperScissor.git
cd RockPaperScissor
mvn package
mvn exec:java

using docker :

docker pull zmilad97/rps-game:latest
docker run -p 6060:6060 -p 4567:4567 zmilad97/rps-game:latest

Connect Players

players can connect to the server using " telnet " in any terminal simulator default port is 6060 if you run on localhost you can use below codes

telnet localhost 6060

Game Details

Players have limited cards of each rock, paper and scissor and all cards count shows before every game Each player has 3 lives.

Lose Condition

The Player lost if he left with 0 life or ran out of cards and his life was under 3.

Win condition

Player win if he has 3 or more lives and ran out of cards or all player left and he has 3 or more lives.

rockpaperscissor's People

Contributors

zmilad97 avatar

Watchers

 avatar  avatar

Forkers

isahkemat

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.