The Artima Developer Community
Sponsored Link

Java Buzz Forum
First Video Game Written In Ant

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
First Video Game Written In Ant Posted: Feb 25, 2005 2:44 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: First Video Game Written In Ant
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Jon Aquino has started a new craze. The last two JavaOne's have had Vodafone telling us "write video games for mobile phones and you will make millions!!!". Maybe this year we will be told to write Ant video games! :) Fair play to Jon for showing that this is possible. The one, practical, take away point is that you can check out the new macrodef functionality in Ant 1.6, and the Ant Contrib library which gives you the if/then/else/for/.... tags and more. <macrodef name="check-crash"> <sequential> <if><islessthan arg1="${left-clearance}" arg2="0"/> <then><die/></then></if> <if><islessthan arg1="${right-clearance}" arg2="0"/> <then><die/></then></if> </sequential> </macrodef>

Read: First Video Game Written In Ant

Topic: [Feb 19, 2005 17:37 PST] 5 Links Previous Topic   Next Topic Topic: Two classic hardbacks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use