Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furwaz/0bstrukt
A simple 2D game with a resolution of 64px x 64px made for the LOWREZJAM
https://github.com/furwaz/0bstrukt
Last synced: 4 days ago
JSON representation
A simple 2D game with a resolution of 64px x 64px made for the LOWREZJAM
- Host: GitHub
- URL: https://github.com/furwaz/0bstrukt
- Owner: FurWaz
- License: gpl-3.0
- Created: 2022-08-01T09:42:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T17:57:02.000Z (over 2 years ago)
- Last Synced: 2024-11-09T13:20:56.419Z (2 months ago)
- Language: C++
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 0bstrukt
A simple 2D game with a resolution of 64px x 64px made for the LOWREZJAM## Test the game
A compiled and stable version of the game will be uploaded on [itch.io](https://furwaz.itch.io/) by the end of the LOWREZJAM game jam (August 15th 2022), you can download and try the game for free there.## Compile the game
To compile and test the game, follow these steps:
- Download this repository (`git clone https://github.com/FurWaz/0bstrukt.git`)
- Download the SFML library [here](https://www.sfml-dev.org/download/sfml/2.5.1/index-fr.php) (needed for the program to compile)
- Move the SFML `include` and `lib` folders in a subfolder called `SFML` at project's root (in the `Obstruct` folder)
- Open the project with Visual Studio (version used for development : `Visual Studio 2022`)
- Compile the project from Visual StudioDone ! Now you can launch the game located in the `/Obstrukt/x64/Release/` folder !
## Informations
- Used dependencies : [SFML](https://www.sfml-dev.org)
- Used language : [C++](https://fr.wikipedia.org/wiki/C%2B%2B)
- Used IDE : [Visual Studio](https://visualstudio.microsoft.com/fr/)Made by [FurWaz](https://furwaz.com)