User:Lancel
Jump to navigation
Jump to search
Background
I'm a software developer from Finland. I like the idea of Robocode where users create bots and let them fight against each other. So I want to try it out. I guess at first I am not going to develop much own ideas. Rather I want to look around and use and mix good techniques that already exist. After that I'll find out if I can do something better.
My bots
- Lynx - The first one. It's a duelist that uses Dynamic Clustering (K-nearest neighbor algorithm) for aiming and Wave Surfing for dodging. At the moment there is not much special about it. Much of its code and ideas is based on well-known techniques.