-
Notifications
You must be signed in to change notification settings - Fork 0
License
rathorah07/HaxBall
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
README I. Directory List ------------ src : Contains all source files to make host and players Design_Documentation.pdf : Design Documentation in .pdf format Makefile : Makefile README : README file Program can be built using default make targets which are discussed. II. Make targets --------------- make ## compiles the source code make host port=port_num ## run the game as host make player myport=myport_num hostport=hostport_num hostip=hostip_addr myip=myip_addr make clean ##cleans all the temporary and the executables III How to Use --------------- On make client port=y , if the user is a host, the QT application opens up where the user enters her desired name and and chooses to play single player or multiplayer. If she chooses single player, lobby will open up which allows her to choose the team for herself and the computer bot. It has a "Start Game" button on the top whcih launches the game in another window with a digital timer running. If she chooses multiplyer, lobby will open up where she waits for other players into the lobby. Once, enterred, she can decide the players in a team. Users can also chat with themselves using the "Chat Room" provided in the bottom of the lobby. The host also has an option of adding an AI bot in the multiplayer game and choosing it's team. If a user starts the application as a player(not as a host), QT application opens up where she can add her name and choose between single player and multi player modes. Choosing single playe launches the lobby as described above where as if she chooses multi player, the application waits till a secure connection with the host is established else the application shuts down. Any user can leave the game by just closing the window. --------------------------------------------------------------------------------------------------------------------------------------------- All rights reserved. Project Designed for Assignment 3 COP290 : Design Practices in Computer Science. Authors : Anmol Sood (2013MT60587) Kartikay Garg (2013MT60610) Rahul Kumar Rathore (2013MT60600) Last Updated : 24th April,2015 ----------------------------------------------------------------------------------------------------------------------------------------------
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published