Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")