Code Monkey home page Code Monkey logo

networksproject-battleoftanks's Introduction

BattleOfTanks

Problem Statement Implementing a Multi-player Battle field, Three-level, Interactive Network Game involving Whiteboard and Live Score Display features.

Game Implementation The game will be implemented in an authoritative fashion in which all players will connect to a single server. The server will update all the players regularly regarding the current state of their peers. Server will also maintain a live scoreboard which will be accessible to all the clients.

Game Features Multiplayer Shooting Game with individual bullet count and health. Randomized Maze from pre-determined sets of mazes. Time Limit for every round. Live Score Board. Three levels with increasing difficulty. A special kind of exchangeable bullet at highest level of difficulty.

Levels Description Level 1 - Open Battlefield for all players with unlimited bullets and limited health. Level 2 - Random Maze with restricted motion for players. Level 3 - Random Maze with restricted motion for players and special bullets to break walls.

Challenges Synchronization the player actions like bullet firing, movement, player status and score board.
Handling abrupt disconnection of player. Scores should be carried throughout all the levels even if the player exits from one level. Different levels of game should be well optimized acc. to the characteristics of player. Server client acknowledgement should be maintained at proper time intervals to ensure the server and different clients remain connected for smooth functioning of game.

Group No: G10 Team Members:- Shivam Gupta | 2014A7PS066P
Vijay M Giri | 2014A7PS151P
Divanshu Aggarwal | 2014A7PS154P

Pulkit Gupta | 2014A7PS157P

Compilation Process:
Server: gcc -g server.c -o server
./server "server-IP"
Client: gcc -g client.c -o client
./client "server-IP" "Client-IP"

networksproject-battleoftanks's People

Contributors

g66shivam avatar

Watchers

 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.