Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigame Project

Project Structure

minigame-clean/
├── src/
│   ├── game_client.py
│   ├── game_constants.py
│   ├── game_renderer.py
│   ├── GameServer.java
│   ├── input_handler.py
│   ├── network_client.py
│   └── projectile_system.py
├── run_game.sh
├── run_server.sh
├── git_commit.sh
├── .gitignore
└── README.md

How to Use

Start the server:

./run_server.sh

Run the game client:

./run_game.sh

Commit and push changes (not tracked by git):

./git_commit.sh "your commit message"

Scripts must be executable. If needed, run:

chmod +x *.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages