Page 1 of 4
Classic TETRIS
Posted: Sat Jul 05, 2014 9:26 am
by Фант
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 7:36 am
by Фант
update!
File Тетрис.txt update.
Added file "System/Trek1.midi"
Added sound!
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 9:42 am
by Mr. Kibernetik
This is a best Tetris version I ever played.
Good sound, gameplay is very adequate. It runs smoothly even on my old iPad.
I would say this is a professional-grade game.
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 10:48 am
by Фант
Icons TETRIS
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 12:37 pm
by Фант
Update!
File "Тетрис.txt" update.
File
System/Language/en and
System/Language/ru update.
Details in Russian
http://www.kibernetik.pro/forum/viewtop ... 2763#p2763
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 5:45 pm
by Dutchman
Again nice design.
Pretty music and elegant multilingual approach.
I have attached language files for German 'de', French 'fr' and Dutch 'nl'.
I had to add the extension '.txt', otherwise the files were not accepted as attachment.
Maybe you should change that as required format.
I tested the different languages by a small change in the code where the language is accessed:
Code: Select all
test=1 ! language$="nl" ' testmode only
if FILE_EXISTS ("System/Language/"&SYSTEM_LANGUAGE$ ())=0 then
FILE "System/Language/en" INPUT imj1$,imj2$,imj3$,imj4$,imj5$,imj6$
else
IF test THEN
FILE "System/Language/"&language$ INPUT imj1$,imj2$,imj3$,imj4$,imj5$,imj6$
ELSE
FILE "System/Language/"&SYSTEM_LANGUAGE$ () INPUT imj1$,imj2$,imj3$,imj4$,imj5$,imj6$
ENDIF
endif
Note that in French the word sequence of "Classic TETRIS' is changed to 'TETRIS classique'
That change does give wrong fontsize for these words.
Furthermore it would be easier if you make it possible to have the possibility to translate a single word in two words.
Now the program reads word by word, maybe it should read line by line.
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 8:35 pm
by Фант
Спасибо за проделанную работу и перевод
Re: Classic TETRIS
Posted: Sun Jul 06, 2014 11:00 pm
by Фант
Update!
File "Тетрис.txt" update.
Files added to the folder System/Language/fr,de,nl.
Supports Dutch, German and French
Re: Classic TETRIS
Posted: Mon Jul 07, 2014 8:22 am
by Dutchman
AND Russian AND English
Re: Classic TETRIS
Posted: Wed Jul 09, 2014 5:40 pm
by Фант