Tanks Game
Finally got around to putting up my assembly language Tanks game. Here’s the Tanks Source and here are some screenshots:


All files here.
Finally got around to putting up my assembly language Tanks game. Here’s the Tanks Source and here are some screenshots:


All files here.
This is the final project for a bioinformatics class I took last semester:
http://err.bio.nyu.edu/courses/index.php/V22.0480_Final_Project
I worked on Project 1. The goal was to find a scalable algorithm to cluster large data sets (something that couldn’t all fit into memory) with arbitrary dimensions. We wrote a SQLite adapter to grab n data points at a time (based on k, the number of expected clusters), and then ran a clustering algorithm on those n points, storing the results in memory (if the data set was large enough to require it, we could write them back to the SQLite DB). After num.iter iterations, we run the algorithm again on the result set to get our final medoids. From there, its relatively easy to assign each point to a medoid, forming the final clusters.
Well, finals are almost over, but mid-week there was a Computer Science Showcase in the Courant building at NYU. Our Robotics class had a corner where the Rovios were playing soccer and the 3πs were following lines. My Rovio, someone else’s 3π:
Adjusting the Rovio to run on the hardwood floors with the different lights was a challenge — I had to change the coefficients for distance to ball and goal and the threshold for detecting the ball. The floor made it particularly challenging because the reflection of the lights is about the same color as the tennis ball (to the robot) and so sometimes it thinks the ball is somewhere its not. Add in human interference, as a bunch of us were jammed into a 9′x9′ area, and it was chaos. Also, I added a victory dance at the end, thanks to a request in the comments.
This is someone’s 3π — I have my code for this, but its not as fast as this one. Wow. The 3π uses 5 infrared sensors on the front end, along with some C++ and a PID controller to follow the line.
Also, the professor just sent out an email; looks like our class was picked up here:
http://www.slashgear.com/
and here:
http://www.robocommunity.com/
Like-Beckham/
And if it were only 7 lines of code my life would have been much easier for the last little while
Here’s all the code. And here’s the Rovio in action:
I know we’re not quite to finals week yet, but this is the pre-final’s cram week that weakens everyone; then finals come in for the final blow, no pun intended.
So here’s a quick snack from TJ’s: Quinoa, some cilantro/chicken pot stickers (err I guess you call them dumplings over here. Btw I waited _in_ line for them, and I’m putting this _on_ line), an egg (duh) and corn + garlic fried in sesame oil and then some spinach thrown in at the last minute. And Fairway olive oil over the top
Recent Comments