Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostjared/masterpiece.sdl
This is one of the first games I wrote a long long time ago. It was originally DirectX but then ported to SDL
https://github.com/lostjared/masterpiece.sdl
2d-game cplusplus puzzle-game sdl
Last synced: 5 days ago
JSON representation
This is one of the first games I wrote a long long time ago. It was originally DirectX but then ported to SDL
- Host: GitHub
- URL: https://github.com/lostjared/masterpiece.sdl
- Owner: lostjared
- Created: 2017-03-26T17:50:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T16:56:28.000Z (2 months ago)
- Last Synced: 2024-09-06T00:22:44.806Z (2 months ago)
- Topics: 2d-game, cplusplus, puzzle-game, sdl
- Language: C++
- Size: 4.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MasterPiece.SDL Overview:
This project represents one of my initial forays into game development, crafted many years ago. Initially designed for Windows 98 using C++ and DirectX, it was subsequently adapted to utilize SDL. An intentional misspelling is present in the game's logo screen—retained to preserve the original's charm—I'm aware it should be "Masterpiece."
Gameplay Instructions:
Navigate the blocks using the arrow keys. To rearrange the blocks, press A or S. Your goal is to align at least three blocks in a horizontal, vertical, or diagonal sequence to clear a line. The challenge is to prevent the grid from becoming completely filled by lasting as long as possible.
![ScreenShot](https://github.com/lostjared/MasterPiece.SDL/blob/master/mp-startscreen.png?raw=true "screenshot")![ScreenShot](https://github.com/lostjared/MasterPiece.SDL/blob/master/mp-gameplay.png?raw=true "screenshot")