Search found 25 matches
- Sat Dec 15, 2012 5:58 am
- Forum: Development Related
- Topic: Beginning Android Games
- Replies: -1
- Views: 7698
Re: Beginning Android Games
I may have to check that out. I did look at Beginning Android 4 Games and I agree with the critics, it was literally the same book with 10 new pages. I was looking at the new version in a PDF and comparing it to my older version in the book form and was amazed that they could get away with that.
- Sat Dec 15, 2012 4:45 am
- Forum: Development Related
- Topic: Beginning Android Games
- Replies: -1
- Views: 7698
Beginning Android Games
I just want to give my plug for this book (Beginning Android Games) by Mario Zechner. I think it is useful for anybody that is wanting to make an Android game. Some of it is a little antiquated but the concepts are still good. I haven't got to the Open-GL portion of the book yet but it looks as if t...
- Sat Dec 15, 2012 4:38 am
- Forum: General Development
- Topic: Why every game like last game?
- Replies: -1
- Views: 2392
Re: Why every game like last game?
There is not typically a progression line, and characters tend to advance horizontally instead of vertically (i.e., you get more skills and different choices, but you don't specifically get more powerful; a new player could actually join a player who has been playing for months and meaningfully add...
- Sat Dec 15, 2012 4:32 am
- Forum: Project Showoff Tier II
- Topic: Finally finished a game
- Replies: -1
- Views: 4800
Re: Finally finished a game
It is more like dungeon raid (that is what gave me the inspiration to do this). You use the swipe. You have to match at least three of a kind. I was really stoked because I had my brother download it just so I had some downloads and he called me up a week later saying he plays it all the time (he is...
- Sat Dec 15, 2012 3:45 am
- Forum: Project Showoff Tier II
- Topic: Finally finished a game
- Replies: -1
- Views: 4800
Re: Finally finished a game
I am sorry if this belongs in Project Showoff Tier II ...it is completely done so I wasn't sure.
- Sat Dec 15, 2012 3:41 am
- Forum: Project Showoff Tier II
- Topic: Finally finished a game
- Replies: -1
- Views: 4800
Finally finished a game
Thank you everybody who has replied to my posts in the past. I worked on this for over a year and am proud to say that I finished my first REAL android game. Feel free to check it out https://play.google.com/store/apps/details?id=com.keener.games.djorick Thanks again for being a helpful community. A...
- Sat Jan 07, 2012 4:40 pm
- Forum: Beginner Help and Support
- Topic: When to use openGL
- Replies: -1
- Views: 1749
Re: When to use openGL
Are you working in 2D or 3D? That android emulator screenshot is 2D. Is your goal building a game or engine? The only thing in that screenshot that I could not accomplish with a Listview and custom drawables is the blue line between the icons. I'd have to use a scrollview and a relative layout inst...
- Fri Jan 06, 2012 2:41 am
- Forum: Beginner Help and Support
- Topic: When to use openGL
- Replies: -1
- Views: 1749
When to use openGL
Hello all, Since last being on the forum I graduated with a programming degree and now actually work as a programmer *yeah* Anyway I am working on building a game on the android system. currently I am using a SurfaceView but I have noticed some places mentioning GLSurfaceView. My question is, when s...
- Mon Apr 12, 2010 4:35 pm
- Forum: Advanced Help and Support
- Topic: Putting an array into one mysql table element
- Replies: 5
- Views: 1803
Re: Putting an array into one mysql table element
I think Halls way is going to be best here. I thought about just doing a bunch of new cells, but it would be like 40 new cells (one for each building plot in the city). So that is just a 142 long int (2 spots per number to tell what type of building, 2 to show the level) which is much easier...also ...
- Thu Apr 08, 2010 6:35 pm
- Forum: Advanced Help and Support
- Topic: Putting an array into one mysql table element
- Replies: 5
- Views: 1803
Re: Putting an array into one mysql table element
Sweet!!
I think this is exactly what I need. Thanks
I think this is exactly what I need. Thanks