Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsbzsb/sfmlgamejam
Website for the SFML Game Jam
https://github.com/zsbzsb/sfmlgamejam
Last synced: 4 days ago
JSON representation
Website for the SFML Game Jam
- Host: GitHub
- URL: https://github.com/zsbzsb/sfmlgamejam
- Owner: zsbzsb
- License: mit
- Created: 2014-09-15T12:33:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T16:42:41.000Z (over 8 years ago)
- Last Synced: 2023-08-11T01:48:29.452Z (over 1 year ago)
- Language: PHP
- Homepage: http://www.sfmlgamejam.com/
- Size: 410 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
SFML Game Jam
This is the source code for the SFML Game Jam website. The idea of this site is to provide a central way to coordinate and run game jams that utilize the SFML library (http://www.sfml-dev.org/). Anyone is free to contribute changes to this project. To do that feel free to make pull requests.
The installation is designed to be very simple.
-> Clone or download the repository to your server's root.
-> Ensure the directory root is set to /public folder
-> Ensure /cache folder exists and is writeable by the server dameon
-> Ensure that the tables from /dbscripts folder exist in your SQL server
-> Copy /settings.php.default to /settings.php and adjust the variables as requiredThe software created for the website is under the MIT license, see license.txt for details. The dependencies licenses can be found in their respective folders under /scripts.