https://github.com/patrixr/canvas
Concept game built with OpenFrameworks
https://github.com/patrixr/canvas
concept-game cpp game game-development openframeworks
Last synced: about 1 year ago
JSON representation
Concept game built with OpenFrameworks
- Host: GitHub
- URL: https://github.com/patrixr/canvas
- Owner: patrixr
- Created: 2019-05-01T05:36:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T14:44:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T14:04:49.432Z (over 1 year ago)
- Topics: concept-game, cpp, game, game-development, openframeworks
- Language: C++
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canvas
**(in progress)**
Canvas is a 2D concept game in which you drive a spaceship and shoot at things over a grid of coloured squares.
All the user actions change the colours of the tiles of the grid.
The catch being that each tile is actually a pixel of a larger bitmap which has been scaled up.
The idea is to have the players generate abstract art pieces by playing the game.