Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

David H Walker

@David H Walker
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# and Java
    D David H Walker

    I had a similar experience. I learned Java first, then C#. For a while I was working with both languages. I had a situation occur with a project in each language that required reading and writing XML. I spent two weeks researching (and experimenting with) the multiple libraries for XML processing in Java before I found one that best fit my needs. In C#, there were only two choices (one for processing the entire DOM and one for streaming) and making the choice was obvious. The issue was that there were hundreds of Java libraries from multiple sources but only the Microsoft official libraries for C#. This was over two decades ago. Things have changed. Research is more efficient. Both languages have matured and are more stable.

    The Lounge csharp java question

  • Thought of the day
    D David H Walker

    Lard no!

    The Lounge help question

  • Game design question
    D David H Walker

    First step is to answer the question, "Why are you tracking the stats in the first place? What purpose does it serve?" The answer to that question should guide you, since the next question would be, "How can I achieve that goal or purpose better?" So, for example, if you are tracking statistics so you can motivate the player to keep playing by making their progress visible, then you want to track and show the statistics to maximize that motivation. You also want to reward the player as often as you can to keep the player motivated. In this case, I would track and report each stat separately and I would have a "best overall" generated using the following algorithm. The first game played generates a time = X, turns = Y, and score = Z. This becomes the "best overall" game. Only when a game results in two of these values being equal(or lower) and one being lower would you create a new "best overall game". This means a player could improve one of the stats(and be rewarded for it), but would not get a new best overall award if they did so at the expense of one or more of the other stats.

    The Lounge question android design game-dev tutorial

  • Some people are too stupid to help
    D David H Walker

    Carpet Diem -- today the carpet, tomorrow the bed covers.

    The Lounge business help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups