Hey everyone, this is my first upload for my very first LP of all time. I recorded This about 3 months ago, and due to some computer problems, I wasn’t able to upload it, but I was able to save this away in storage. Hopefully I’ll get back up and running, got alot of stuff to record, and with my new PC upgrades, I’m able to run my capture card on my computer now :D. But now onto the game. This is by far one of my fave games, It’s not for everyone, but it’s a great game to me. It’s environment, and atmosphere is amazing, it’s gloomy and depressing, but very interesting, and keeps your imagination at work, it really makes you wonder what has happened, and how it happened. And it’s a very lonely game as well, very few NPC’s in the game. But it’s great to me, like i said, it’s not a game for everyone, some people may find it way too slow, some people may not like the graphics, but I love it. Anyway, after a long ass description, I hope you enjoy the video, and expect alot more soon to come! My role model! Nintendo Caprisun, He makes the best LP’s and is better than me by far. www.youtube.com
Posts Tagged ‘ onto-the-game ’
Speed running web games with Python
Burrito Bison being played by a python bot. *Note: The shell output and the video don’t line up. I had to record them separately since the code forces focus onto the game which hides the interpreter. So its output is responding to a different run * **For those testing out the code, you’ll need to make sure you have Python Imaging library (www.pythonware.com and PyWin (sourceforge.net installed. Make sure to set your environment PATH to include the pywin directory otherwise you’ll still get the import error. Speed running (slowly) with Python. It finishes it run in just over 1 hour and 20 minutes. It’s severely edited down because watching a computer play a videogame is about as exciting as watching a human. Small practice program for controlling things onscreen. Pretty clunky, but it will play beginning to end with no problems. Code and notes on github (github.com It responds to police and bubble gummies… just not very often. The bison has to be traveling pretty slow in order to ‘see’ them. It responds fairly we’ll to special events such as the pogo stick and glider (all it has to do is see it and then click). There are TONS of things to fix, but it’s good enough for now.