Skip to content

Dani-24/Box2D-Pinball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8-ball Pinball

Made by :

Controls:

- Esc: Exit the game.
- A / Left Arrow: Left flipper.
- D / Right Arrow: Right flipper.
- S / Down Arrow: Kicker.
- Space: Continue.
- P (While playing): Pause.
- R (When Gameover): Restart.

Debug Mode:

- F1: Toggle Debug Mode (Also show colliders)
- Mouse: Left click to grab a physic object and move it (if the object is not static)
- 1: Generate a ball at mouse position (doesn't take live if lost)
- 2: Get a life

Game Description:

This game is a splatoon themed pinball made with physics in SDL2.

All the art in this game has been done by myself (Except the graffitis and Icons displayed on: pause/gameover background, title cursor and train).

Audio has been ripped from splatoon games.

Nintendo don't denounce me pls ^^.

Link to the Github project:

https://github.com/Dani-24/Box2D-Pinball

Link to the references:

Game Text Font : Project Paintball

Splatoon™ 2: Octo Expansion: Link

Additional comments

This game has been done thanks to SDL and Box2D

Game made to pass physics 2 at Citm.

Special thanks to all those StackOverFlow users who solve full project crashes with a 4 words comment.

License

This project is licensed under an unmodified MIT license, which is an OSI-certified license that allows static linking with closed source software. Check LICENSE for further details.