Game Programming at scriptedfun » flex http://www.scriptedfun.com Game Programming for Beginners: Video Tutorials, Source Code, and Articles Thu, 11 Sep 2008 17:45:09 +0000 en hourly 1 http://wordpress.org/?v=3.3.1 http://creativecommons.org/licenses/by/2.5/ Multiplayer Dots and Boxes http://www.scriptedfun.com/multiplayer-dots-and-boxes/ http://www.scriptedfun.com/multiplayer-dots-and-boxes/#comments Thu, 11 Sep 2008 17:45:09 +0000 Chuck http://www.scriptedfun.com/?p=117 Hi everyone! I finally managed to complete a game using Nonoba’s Multiplayer API, and this is what I came up with:

Multiplayer Dots and Boxes screenshot

Please play the game now – and bring a friend with you! If you have your own site / blog / page, I highly encourage you to embed the game in it as well. Basically, please help me promote this game all over the net!

I had a lot of fun implementing this classic pencil and paper game, writing the client in pure ActionScript using the free Flex SDK, and the server using Visual C# Express. This is truly an exciting time to be a game developer – multiplayer Flash games that can be played across different sites all over the net can now be built easily using free tools only!

To put things back on track, I hope to release the source code of the game in a week or so, but in the meantime, please share this game with all your friends! Thank you!

]]>
http://www.scriptedfun.com/multiplayer-dots-and-boxes/feed/ 0 http://creativecommons.org/licenses/by/2.5/
Poor Man’s Flash http://www.scriptedfun.com/poor-mans-flash/ http://www.scriptedfun.com/poor-mans-flash/#comments Fri, 16 May 2008 16:05:31 +0000 Chuck http://www.scriptedfun.com/?p=113 John Hattan has written a review of Express Animator on GameDev.net, and Flex SDK / Silverlight developers who do not have access to the corresponding designer’s tools (Flash / Expression Blend) might find his review interesting. Express Animator, as stated in the product name, is a tool that allows you to make animations, and publish them in SWF format for Flash, or XAML format for Silverlight. This basically allows you to make animations for your Flex / Silverlight project for just US$39, instead of paying US$699 for Flash or US$499 for Expression Blend. You won’t be getting all the features of the more expensive products, but you might be surprised to know that Express Animator has features which the other two do not, such as “hierarchical bones”. From the review:

In fact, the combination of Express Animator with the free Flex or MTASC compiler would make for a pretty good “Poor Man’s Flash” product that could be used to make full Flash CS3 quality games, and for quite a bit less than the $699 that you’d spend on a new license of Flash CS3.

]]>
http://www.scriptedfun.com/poor-mans-flash/feed/ 0 http://creativecommons.org/licenses/by/2.5/
Make a Flash Game for Free http://www.scriptedfun.com/make-a-flash-game-for-free/ http://www.scriptedfun.com/make-a-flash-game-for-free/#comments Thu, 08 May 2008 15:41:20 +0000 Chuck http://www.scriptedfun.com/?p=107 One of the main reasons why people aren’t able to make their own Flash games is because the development environment is expensive. Currently, a copy of Flash CS3 Professional costs US$699, an amount which most people can’t just pull out of their wallet (although I think that this price is very reasonable, considering the product’s quality and the possibilities that it offers).

Fortunately, there are several alternatives to Flash for making Flash content. One of these alternatives is the Flex SDK, a free product which Adobe itself offers.

I’ve spent some time with the Flex SDK over the past months, and I’ve had success in writing games with it. Herder is my first game with the Flex SDK, and I have a few others which I haven’t had the chance to release yet. The Flex SDK is NOT Flash however – the development style is different. But this is good in my opinion, because making games with the Flex SDK is very similar to making games with a traditional programming language like C++, C#, or Python. Instead of the graphical approach that Flash offers, the Flex SDK offers a code-centered development platform.

If you want to make games for the web now, I suggest that you look into the Flex SDK. With this product, you can even make Flash content using Linux!

The article Intro to the Flex SDK on GameDev.net is a good starting point for anyone who wants to learn how to make games using the Flex SDK. Hopefully, I’ll have the chance to make my own tutorials as well. Any suggestions? :)

]]>
http://www.scriptedfun.com/make-a-flash-game-for-free/feed/ 3 http://creativecommons.org/licenses/by/2.5/
Sorry, e-mail subscribers! And some thoughts on web games with Python… http://www.scriptedfun.com/sorry-e-mail-subscribers-and-some-thoughts-on-web-games-with-python/ http://www.scriptedfun.com/sorry-e-mail-subscribers-and-some-thoughts-on-web-games-with-python/#comments Thu, 08 May 2008 15:19:45 +0000 Chuck http://www.scriptedfun.com/?p=106 Hi everyone! First of all, I would like to apologize to all the e-mail subscribers who received a bunch of old posts in their e-mail recently. I’ve been tweaking my site to feature the content people find most useful on the front page, and this had the unintended side effect of sending out an e-mail containing the “front-paged” articles. I hope that this didn’t bother you.

Yes, it has been a very long time since I posted on Python. As I have said some time earlier, I’m trying to refocus this site to deal with more general game development. A side effect of this is, I’ve spent a lot more time coding and learning, and no time writing :( . In particular, I’ve been looking at writing games using Adobe’s Flex SDK.

I find working with Flex appealing because of the potential of the output to reach a large number of people. But Python is a language that is very close to my heart, and I’d be very interested in a Python based environment that would allow me to make games for the web. Fortunately, such an environment exists already, in the form of Microsoft’s Silverlight, paired up with IronPython. I’ve been dabbling with this platform as well, and I hope to write games for it once the platform matures.

If you’re interested in learning more about writing web games with Python, I recommend the excellent article Creating a Game Using Python and Silverlight 1.1. Are there any other resources about game programming using Silverlight/Python that you would recommend?

]]>
http://www.scriptedfun.com/sorry-e-mail-subscribers-and-some-thoughts-on-web-games-with-python/feed/ 0 http://creativecommons.org/licenses/by/2.5/
Herder – now in Flash http://www.scriptedfun.com/herder-now-in-flash/ http://www.scriptedfun.com/herder-now-in-flash/#comments Thu, 08 May 2008 07:10:47 +0000 Chuck http://www.scriptedfun.com/herder-now-in-flash/ Herder, a one button game, now in Flash!

I haven’t posted anything in a very, very long time, and I apologize for this. Recently, I have had time to pursue game programming again, and as a result, I was able to learn programming Flash games using the free Flex SDK, a programmer-oriented SWF development tool from Adobe. For my first project, I have decided to rewrite my favorite one-button game, Herder, and it is now available to play on my site, and also on Facebook, if you want to compete with your friends for the highest score. Here’s a video:

The video and screenshots are available on the game pages. I hope to write more about this project and Flex programming in general, but in the meantime, I’d be happy to hear your comments. Enjoy the game! :)

]]>
http://www.scriptedfun.com/herder-now-in-flash/feed/ 1 http://creativecommons.org/licenses/by/2.5/
1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63|64|65|66|67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118|119|120|121|122|123|124|125|126|127|128|129|130|131|132|133|134|135|136|137|138|139|140|141|142|143|144|145|146|147|148|149|150|151|152|153|154|155|156|157|158|159|160|161|162|163|164|165|166|167|168|169|170|171|172|173|174|175|176|177|178|179|180|181|182|183|184|185|186|187|188|189|190|191|192|193|194|195|196|197|198|199|200|201|202|203|204|205|206|207|208|209|210|211|212|213|214| buying hydrochlorothiazide on line tablets buy trentaltricor and cost karela order online canada coumadin online pharmacy without a prescription buy generic trental no prescription cheapest bactrim pills bystolic buy online cheap buy generic hydrochlorothiazide xenical buy buy pills accutaneAccutane Online Doxycycline online Buy Cheap Lexapro Online No Prescription Prednisone Online Buy Accutane No Prescription