Skip to content

ctrlaltdeleon/knucklesbattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

️knuckles battle

🦔

They know the way, but you're in the way.
Created with Unity to create a 3D "Protect the Tower" game with friends.

License: MIT Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

knuckles battle is a video game with the following features:

  • Premise. You and your friends come out of a jar of pickles as Pickle Rick in order to defend a tower being invaded by the Knuckles Tribe.

  • Design. Create a game implementing our own graphics, networking, UI/UX, and artificial intelligence behaviors.

  • Potential endeavors. Diversity amongst stages especially power ups, certain specifics, as well as weird oddities.

Quick Installation

Go to https://ctrlaltdeleon.itch.io/knucklesbattle and download the .exe file!

🎮 Controls

2+ players required.
One person must "host", provide IP address for their friends, join and ready in the lobby.

WASD = Movement
Mouse = Aim
Left click of mouse = Fire those missiles!
Right click of mouse = ???

Goal: Survive 20 levels!
WARNING: If either you, your friends, or the tower dies, it is game over!

🤔 What's inside?

A quick look at the top-level files and directories you'll see in this project.

  .
1 ├── Development Area/
2 ├── Game Documentation/
3 ├── Game Executable/
4 ├── .gitignore
5 ├── LICENSE   
6 └── README.md
  1. Development Area/: Unity project files.
  2. Game Documentation/: Game Design Document (GDD) and Technical Design Document (TDD).
  3. Game Executable/: The droids you're looking for are here.
  4. .gitignore: This file tells .git which files it should not track nor maintain a version history for. For instance, you shouldn't let anyone get your .env files. (These usually contain your API keys)
  5. LICENSE: An open source license that protects contributors and users depending on the license chosen.
  6. README.md: A markdown file containing useful reference information about your project. The file you're reading right now!

🌐 Contributors

  • @BrianVo
  • @MartinEngelsgjerd
  • @KevinDo
  • @NathanDanque
  • @ctrlaltdeleon

🚔 License

The code in this project is under a specific open source license.

Contributors