imports from libregamewiki, conversions cvs to git, correcting keywords and code dependencies

This commit is contained in:
Trilarion
2019-11-12 11:08:11 +01:00
parent 954e28e0d6
commit 40bdbfc382
136 changed files with 1324 additions and 374 deletions

View File

@ -10,11 +10,9 @@ _A match-3 game inspired by "Tetris Attack" but more PC friendly._
- Code repository: https://github.com/blockattack/blockattack-game.git
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: boost, boost-program-options, C++11 compiler, gettext, physfs, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, utfcpp
- Assets license: GPLv2, GPLv2 or later, CC-BY-SA, Public domain
- Code dependencies: boost, gettext, physfs, SDL2, utfcpp
- Assets license: GPL-2.0, CC-BY-SA, Public domain
First version released to the public was version 1.0.5 released May 6th, 2005.
Game play have been relatively stable since version 1.1.0 released June 13th, 2005.
Moved from SDL1 to SDL2 with version 2.0.0 released May 1st, 2016.
Used to have basic network functionality prior to 2.0.0.