-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
17 lines (12 loc) · 949 Bytes
/
README
File metadata and controls
17 lines (12 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Struct
--------
This is a game that was created by pritom and Raktim for the 4th SFML game jam. The original submission post (http://sfmlgamejam.com/jams/1/games/4) contains the following description:
"Struct is a 2D puzzle game for Windows. In this game, some structures are destroyed(End) with explosions and you have to put them back in their starting(Begin) positions. Hope you enjoy it!
[ give us a mail if you find any problems with the game at pbgm9999@gmail.com ]"
This Github repository is just a place for me (Thomas Galvin) to upload my modifications and a Mac build of the game.
Modifications:
- Added Cmake files to build an App bundle on Mac
- Added resource_path.hpp to help in finding the path to the resource folder (only a Mac implementation though)
- Changed the game to windowed mode (I couldn't get fullscreen to work correctly)
- Changed mouse coordinate handling to correctly handle window resizes
- Added Icon files