Game TETRIS
DROPBOX: https://www.dropbox.com/sh/z2cjuosl59w9 ... OhmZtmu-Za
Classic TETRIS
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
update!
File Тетрис.txt update.
Added file "System/Trek1.midi"
Added sound!
File Тетрис.txt update.
Added file "System/Trek1.midi"
Added sound!
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Classic TETRIS
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.
Good sound, gameplay is very adequate. It runs smoothly even on my old iPad.
I would say this is a professional-grade game.
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
Update!
File "Тетрис.txt" update.
File System/Language/en and System/Language/ru update.
Details in Russian
http://www.kibernetik.pro/forum/viewtop ... 2763#p2763
File "Тетрис.txt" update.
File System/Language/en and System/Language/ru update.
Details in Russian
http://www.kibernetik.pro/forum/viewtop ... 2763#p2763
- Dutchman
- Posts: 851
- Joined: Mon May 06, 2013 9:21 am
- My devices: iMac, iPad Air, iPhone
- Location: Netherlands
- Flag:
Re: Classic TETRIS
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:
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.
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
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.
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
Update!
File "Тетрис.txt" update.
Files added to the folder System/Language/fr,de,nl.
Supports Dutch, German and French
File "Тетрис.txt" update.
Files added to the folder System/Language/fr,de,nl.
Supports Dutch, German and French
- Dutchman
- Posts: 851
- Joined: Mon May 06, 2013 9:21 am
- My devices: iMac, iPad Air, iPhone
- Location: Netherlands
- Flag:
Re: Classic TETRIS
AND Russian AND English