Skip to content

danielmccannsayles/KidFightGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kid Fight Game

Have an imaginary fight.. but real!

Setup instructions:

  1. Create a new venv, and activate it
  2. Pip install -r requirements.txt
  3. Make a address.py file in the main directory and set it to the local ip address of the computer that will run the server
  4. Run mserver.py
  5. Run mclient.py on two different machines or terminals
  6. Be creative!

Background

Main game

llm folder contains llm calling.
testing contains mocks and testing stuff for the game.
client contains clientside UI renderingk, pygame, and network (allows for clientside communication w/ server).
server contains all game logic & handlers, clocks, methods, etc.

Old stuff

Game_v1

Contains the game before its logic & UI were split up and it was turned into multiplayer

Network Game

tclient and tserver are testing for the network Network stuff - stuff involved w/ the network

About

Have an imaginary fight.. but real!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages