Re: My first game written in BGT, Fast Word!

2015-12-15 Thread AudioGames . net Forum — Developers room : Figment via Audiogames-reflector


  


Re: My first game written in BGT, Fast Word!

I will try it. But what you are doing, is, in my opinion, the best way to learn. Reading a manual helps, but you'll learn more and learn faster by attempting to do something useful with what you are trying to learn. And in this context, a game is something useful.The biggest challenge, at least for me, isn't the technology or the skills needed to write the game, it's the creativity and imagination to come up with a game that's new and unique.

URL: http://forum.audiogames.net/viewtopic.php?pid=242864#p242864





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My first game written in BGT, Fast Word!

2015-12-15 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector


  


Re: My first game written in BGT, Fast Word!

Yes, you're right. That's how I learned coding in Python 6 years ago as well. I realized that reading a manual is just a half way to knowing the programming language. Trying to write something, and learning on your own mistakes is what makes you experienced programmer .However, learning BGT was far easier to me, since it's much easier to transition from one programming language to another than learning to program from scratch. I also had some basic experience with coding in C++ and C#, whose syntax is quite similar to BGT. I'm now trying to experiment with more advanced stuff, such as spawning enemies, creating obstacles on the game board and such. This will make me possible to write my first action game, that I always wanted to do.I hope this Fast Word game will be a good example for some of the beginners out there.

URL: http://forum.audiogames.net/viewtopic.php?pid=242878#p242878





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My first game written in BGT, Fast Word!

2015-12-15 Thread AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector


  


Re: My first game written in BGT, Fast Word!

will check it out. 

URL: http://forum.audiogames.net/viewtopic.php?pid=242832#p242832





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

My first game written in BGT, Fast Word!

2015-12-14 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector


  


My first game written in BGT, Fast Word!

Hi everyone,I decided to share my first BGT game along with it's source code. It's quite simple, and I wrote it basically to experiment with coding stuff in BGT, so I wanted to start with something simple such as a word game. I'm a Python programmer by default, since I'm coding in Python for around 6 years, and Angelscript syntax used by BGT is quite different story comparing to Python. Also, I never tried to write a game before, although I have experience in writing software apps. I hope You'll see some more serious action games from me in the future, I just need some inspiration snap.So here it is, my first BGT game. View readme.txt for description and instructions. Download it from my web site:http://waveexplosions.com/fastword.zipThe src folder contains source code as well as word list array. Your suggestions are welcome.

URL: http://forum.audiogames.net/viewtopic.php?pid=242679#p242679





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector