Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [Game] Croger  (Read 9784 times)

0 Members and 1 Guest are viewing this topic.

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
[Game] Croger
« on: April 08, 2014, 08:34:14 pm »
So, we are at finish line with Windows release. Then will be build for Linux and port to Android.
This simple game is for young smart kids to improve or indroduce them an art of programming. =)

Gameplay video:
http://www.youtube.com/watch?v=G19a8HvsbRg
http://www.youtube.com/watch?v=I_bOJ0SA4xY

Game's page:
http://familyxoft.com/blog/?page_id=2

Soon i'll do normal page for this game on my site with all game related information and tutorial.

PS And i'll ask my friend to do normal translation to english and deutsch. If someone wants translate to other languages - you are welcome.

PPS Game uses my GIPE framework based on SFML (and it's dep-s), Lua, OOLua, glm, zlib, minizip. I want to thank all of these libs creators. I'm used SFGUI, but had to refuse because of different vision of some things and because of GIPE is optimized to use several threads. So GUI is my own, but i want to thank SFGUI creators too. =)

« Last Edit: December 15, 2014, 06:21:09 am by ChronicRat »

coyotte508

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: [Game] Croger
« Reply #1 on: April 08, 2014, 10:56:04 pm »
Awesome.

Maybe the buttons (Jump/Step/...) could be improved graphically, but the concept of the program (and the display of the code in graphs at the left) is just awesome  :D

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #2 on: April 09, 2014, 08:06:29 am »
Awesome.

Maybe the buttons (Jump/Step/...) could be improved graphically, but the concept of the program (and the display of the code in graphs at the left) is just awesome  :D
Thanks. =) I'll start improve graphics after Android port.

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #3 on: December 13, 2014, 08:30:44 pm »

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: [Game] Croger
« Reply #4 on: December 14, 2014, 12:25:45 am »
Wonderfull, tested on android , very good, but scroling need two fingers for the left side ( not tested with the central side )
if you want , i can translate it in French , give me the english base file by pm.


ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #5 on: December 14, 2014, 07:18:51 am »
Wonderfull, tested on android , very good, but scroling need two fingers for the left side ( not tested with the central side )
if you want , i can translate it in French , give me the english base file by pm.
Scrolling by two fingers is because one finger used for highlighting and block's movement. Yes, you can help with translate. =) It would be great!
And you can add new id for translator:
ABOUT_MESSAGE=Programming: Ilia Pavlovets\nMusic: Artur Tohtash\nFamilysoft © 2014\twww.familyxoft.com
TRANSLATED_BY=Translation to English by: Somebody
 
« Last Edit: December 14, 2014, 09:57:31 am by ChronicRat »

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: [Game] Croger
« Reply #6 on: December 14, 2014, 02:00:11 pm »
i beginning translating , in french we have some special caracters like this : éèà , etc...
did you support them ?
i think is not good idea to translate this specials word in english : IF DO WHILE , etc...
it's strange in french : SI , FAIRE , TANT QUE , etc... what do you think about it ? 

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #7 on: December 14, 2014, 02:30:55 pm »
If font does not conain these characters - font will be changed. Don't forget to save the file as utf-8.
The game is for children, so as I think, all commands must be translated too.


marchred

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Email
Re: [Game] Croger
« Reply #8 on: December 14, 2014, 06:48:07 pm »
Hi, everyone, very interresting project if you ask my opinion.

I just wanted to point something about this whole translating thing :

Even if it is done for children, is it a good idea to translate some "english commonly used words" in the programming ?

Or maybe find a way to put the to words (english/french) side by side... I honestly have no idea.

It's just that the french kids may have fun with this project buuuut they may not be able to connect what they learned with another programming language that is massivement using "if, else, ...".

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #9 on: December 14, 2014, 06:54:22 pm »
I'm started programming when I was about twelve with the game of that kind. And there were all commands in Russian, but I had no problems because of it. Then I used Basic on ZX Spectrum, and there was no problem with english commands.
PS And I'm still have no problems with English! =)

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: [Game] Croger
« Reply #10 on: December 14, 2014, 08:13:14 pm »
This is the first version.
Give me the complete edition for improve translation , for me , the help is not clear.

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #11 on: December 15, 2014, 06:10:18 am »
It is complete, except saving code. But text is full. What is not clear?

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: [Game] Croger
« Reply #12 on: December 15, 2014, 11:44:55 am »
the help is not clear, i want to see it in action for verify my translation, how can add langage to the demo ?
French langage is more complex than English.

ChronicRat

  • Sr. Member
  • ****
  • Posts: 327
  • C++ programmer
    • View Profile
    • My blog
Re: [Game] Croger
« Reply #13 on: December 15, 2014, 12:36:17 pm »
APK with French integrated.
https://www.dropbox.com/s/409org6py72zkq7/croger.apk?dl=0
It is possible to open APK as zip archive and replace ./assets/resources/language/fr.lang, but I don't know what about checksum, will OS check it on install? Or may be is there way to change fr.lang on the device?

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: [Game] Croger
« Reply #14 on: December 15, 2014, 07:55:08 pm »
You could get the language of the device via JNI and load the right language file. You would have to use JNI because the NDK does not have a function to get the current language.


AlexAUT

 

anything