Next

Flappy


I made a flappy bird type game. I first asked the AI to make an html page with a canvas and rectangles that scroll across the screen and return back to the right hand side when they reached the left. I then asked it to make gaps in each rectangle at random points and to reset the gap when it scolls around. I then asked for an object to be added that falls due to gravity but has a boost added when SPACE is pressed. Eventually it became too compllicated for the AI to be much more help and I had to work on my own in order to add different game-states, scoring etc. I think with carefull planning and somehow letting the AI get a better and bigger picture, much bigger applications could be developed this way. - check it out HERE

anothe try for fun!

Here's another AI generated image. I actually asked chatGPT to come up with something to type in! How lazy can I get?

anothe try for fun!

The AI helped me get image files to upload!!!

Isn't it amazing. This took me...actually, it took me about half an hour to get it right. Would it have taken longer to figure it all out myself? I would bet on yes as a lot of this stuff I haven't looked at for years. Searching on google or whatever would have yeilded the same results but tbh this is more fun.

Next to figure out Reenforcment Learning on the car game that my and my son built last year!

Here's a picture anyway:

Emergent behaviour from simple loops

I was always interested in seeing what the computer came up with some complicated algorithm. I first found this from messing with different combinations of sine-waves, either tracing out a point on the Speccy screen or moving a point around in what seemed like a random movement...but of course not random at all!

Anyway, I got the AI to make this 'race and chase' effort, the added food into the mix to make some vaguely interesting behavior. I have found once the program is large enough, the AI tends to stop printing the code out. I have found if you manually refactor the code, then feed that back in - you can be more specific about the functions. A lot of this has had some hand tweaking though. Good anyway:  TRY SHITTY LIFE IT HERE