CodingTrain / Asteroids

Asteroids code for Challenge 46
https://youtu.be/hacZU523FyM
49 stars 43 forks source link

Simple Statistics #43

Open meiamsome opened 7 years ago

meiamsome commented 7 years ago

It may be nice to implement some statistics such as:

etc.

kwichmann commented 7 years ago

Is there anything specifically we need those for? Other than the fun of it of course :-)

At any rate, maybe flag this with a "beginner friendly" tag or something similar. It seems like a nice way to get started contributing something :-)

meiamsome commented 7 years ago

Yeah, I was posting it so we have some fairly simple additions people can make. Added a beginner friendly tag & applied!

LeastCreative commented 7 years ago

I am not sure if the guy that was training a bot to machine learn how to play this will be using the old version or not. But these statistics could be used like a "fitness" heuristic for the evolutions so we don't end up with something spinning UK circles shooting as fast as possible lol

shiffman commented 7 years ago

@LeastCreative Yes, the plan is for @llSourcell to train a bot to play the version that is in this repo!