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

Author Topic: My small 2D game creation software - [Game Inventor]  (Read 3518 times)

0 Members and 1 Guest are viewing this topic.

ccleung6

  • Newbie
  • *
  • Posts: 22
    • View Profile
My small 2D game creation software - [Game Inventor]
« on: January 08, 2014, 01:23:20 pm »
Hi All,

I have created a small game creation tool - Game Inventor.
It is a game authoring system inspired by Game Maker.
I have used SFML as the core runtime system - the graphics and sounds modules are adopted into Game Inventor.
For other functions such as game device input, networking, XML, SQLite and scripting, I use Qt to implement.

Please go to my Game Inventor website to have a look.

http://gameinventor.hostei.com/

However, at the moment I only have three mini example games for you to play with.
Tutorials are not ready yet. Only have a brief manual to read for.
Sorry for that.

If you are interested in it. Download it and make your games with it.
Game Inventor is totally freeware!!

Hope you may like it.
Thanks for reading this post.

Carlos Leung

ccleung6

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: My small 2D game creation software - [Game Inventor]
« Reply #1 on: January 19, 2014, 01:23:09 pm »
Hi,

If you have downloaded Game Inventor, please also download the the sample games and try to run the games. See if there are any problems on your OS, e.g. distorted display, OpenGL display problem, etc.

Please report your operating system and hardware spec in this post.

Thank you for your kindly help!! :)

Antonio9227

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: My small 2D game creation software - [Game Inventor]
« Reply #2 on: January 20, 2014, 03:38:27 pm »
I have downloaded the application and the platform example and It's quite nice what you managed to do.
The Editor looks very intuitive and professional and the runtime runs smooth (at least for the project I tried).
It works just fine. Keep up the good work :D

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Re: My small 2D game creation software - [Game Inventor]
« Reply #3 on: January 20, 2014, 10:21:57 pm »
Very neat! I downloaded and I didn't have any problems.
Current Projects:
Technoport

panithadrum

  • Sr. Member
  • ****
  • Posts: 304
    • View Profile
    • Skyrpex@Github
    • Email
Re: My small 2D game creation software - [Game Inventor]
« Reply #4 on: January 20, 2014, 10:41:53 pm »
Good old days learning the basics of programming with Game Maker!

I have to try it but looks quite nice. I like you did choose Qt (I'm in love with it).

So you're not going to make it open source? Would be nice to contribute.

I'm developing an open source Spine like software. Maybe it could be integrated into Game Inventor in the future.

 

anything