Asher Scott has leveled up
BSideGames
Member Posts: 392
Not that many of you know me or care what I do, but I have decided to head over to Corona and learn to do some "hard" coding.
After doing my no loading time template to fix something I don't think we should have to fix(GS loading times feel like old PlayStation days)I started looking back into Corona. I found out that they are doing unlimited trial, you only pay when ready to upload to app store not your own devices.
So it is a no brainier to start learning it for free, I would have done this earlier but I felt under the pressure with the old 30 day trial.
So with all of that said I loved learning everything I did from all of great guys here.
I still have ton of time left on my Pro membership, so If I get an idea I'll most likely still do it in GameSalad.
Thanks
Asher Scott
B-Side Games
After doing my no loading time template to fix something I don't think we should have to fix(GS loading times feel like old PlayStation days)I started looking back into Corona. I found out that they are doing unlimited trial, you only pay when ready to upload to app store not your own devices.
So it is a no brainier to start learning it for free, I would have done this earlier but I felt under the pressure with the old 30 day trial.
So with all of that said I loved learning everything I did from all of great guys here.
I still have ton of time left on my Pro membership, so If I get an idea I'll most likely still do it in GameSalad.
Thanks
Asher Scott
B-Side Games
Comments
But don't fool yourself that you're doing 'hard coding'! If I sat you next to some of my coder friends, they'd laugh if you thought Lua was coding!
It's scripting. It's doing pretty much what we do with GameSalad. Only harder.
But like I said, good luck! And it's always good to learn new things!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
I've been using C*r*na and because I have to use GameSalad, I joined this forum. I am still at the C*r*na forums on a daily basis. I have PRO version for both SDK/App makers.
My background is Java and C programming for GB (GameBoy). Lua has a C'ness about it and there are many powerful things you can do. It is ultimately a procedural language, but it can give granular control of any element on a page. If you know any type of C-like language, you'll be able to pick up Lua easily.
As for a "real programming", Lua is an excellent language. It is light weight and powerful. It is a good choice for games. If I understand correctly, GameSalad also utilizes Lua under the hood.
I think what makes GS very powerful is its accessibility via the drag and drop paradigm. You can quickly create a game in a few days. For example, I just got a very simple game approved and I used GS. The whole process was a lot of fun and it felt great to finish off a game in a couple of days.
If GameSalad can open up the hood a bit more for people like myself who will eventually have a need to customize certains functions then it would be a very strong contender. For example, I found out there is no way to pass a name/value pair via the link object. Even if I save an attribute value there is no way to pass that. That is standard with Corona as it uses the native WebUIVIEW function.
If there is one thing GameSalad immediately needs is a way to integrate leaderboard system like OpenFeint or GameCenter. GS games become an island to themselves unless these are implemented.
My next project is a multi-player app and at this time, I don't see GS being in arsenal to use. That being said, for me, it isn't GS vs. this or vs. that or vs. whatever. Use the right tool for the job. Don't get hung up on the technology.
Game Center is on its way. Hold tight!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Well then, good times are about to begin...
...sip...
Thank you for that tidbit. I will keep an eye out for it.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
As for me, for the games I am making this next few months, I am finding that GameSalad is the right solution at this time. However, there are some projects that will eventually require me to go back to Objective-C.
When you start a project and you spec it out, think about what it is you are trying to do, plan it out, arm yourself with the right tools and ship that game.
I gave it a good go and you are correct sir.
After doing a couple things over the last few days I have come to see why GS is so wonderful.
The long drawn out way of doing thing really took the fun out of making a game, and I'm to old to not have fun after a long day at work.
So let's hope that GS gets fonts, gamecenter, and better loading times figured out.