Skip to content

School project: bullet shooting two player game developed in Python and Tkinter

Notifications You must be signed in to change notification settings

ahmadatallah/fight-club-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fight Club Bullet Shooting Game

Bullet shooting game with chat enabled. Developed in python using Tkinter UI package.

File Structure

  • Client-Side/Game-src/gameFrame.py for client side

  • Server-Side/Game-src/server.py for server side

Commands

Prerequisites

  • install python-pyaudio:
apt install python-pyaudio
  • install python-tk
apt install python-tk

on server:

cd Server-Side/Game-src
python server.py <port number>

on client:

cd Client-Side/Game-src
python gameFrame.py <port number>

TODO

  • clean code
  • fix sockets behaviour
  • package the app
  • display players names

About

School project: bullet shooting two player game developed in Python and Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published