https://github.com/jenkinsdev/hybrid
Game & Engine for possible game jam entry
https://github.com/jenkinsdev/hybrid
Last synced: 2 months ago
JSON representation
Game & Engine for possible game jam entry
- Host: GitHub
- URL: https://github.com/jenkinsdev/hybrid
- Owner: JenkinsDev
- Created: 2018-11-13T14:46:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T04:18:59.000Z (over 7 years ago)
- Last Synced: 2025-01-25T16:11:28.051Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hybrid - (Jinx) 2D Game Engine & Game Jam Submission
### Scratch Notes (Game)
#### Ideas
* 1v1 brick-breaker meets pong
* Each player controls 1 paddle
* Similar rules to tennis, except for out-of-bounds on either adjacent side
* Ball spawns in the center of the gameboard
* Tees to a random player at the start of the game, swapping directions each round
* "Bricks" exist on the gameboard that are:
* Normal - which just break when hit
* Positive/Negative Powerup - Depending on which player last hit the ball, the positive/negative affect effects them.
* Pong Bigger
* Pong Smaller
* Pong Slowdown
### Scratch Notes (Game Engine)
#### Game Engine Architecture
* ECS - Entity, Component, System based
* Build with Windows OS in mind, maybe include Linux and/or MacOS support later.