https://github.com/lukeweidenwalker/phidgets-geobrawl-game
2D Processing game concept using Phidget controls
https://github.com/lukeweidenwalker/phidgets-geobrawl-game
game-2d phidgets processing
Last synced: about 2 months ago
JSON representation
2D Processing game concept using Phidget controls
- Host: GitHub
- URL: https://github.com/lukeweidenwalker/phidgets-geobrawl-game
- Owner: LukeWeidenwalker
- Created: 2018-04-08T17:36:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T17:39:05.000Z (about 8 years ago)
- Last Synced: 2025-08-25T07:48:30.081Z (10 months ago)
- Topics: game-2d, phidgets, processing
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phidgets-geobrawl-game
Small offline multiplayer game developed for CS5041 - Interactive Software & Hardware (Session 2017/18).
Players control geometric shapes using Phidgets thumbsticks to collect coins on the screen.
Graphics are calculated and output using Processing.
The aim of this project was to demonstrate a fluid mapping between input thumb motion and game physics.