----------------------------------------------------------------------- - Robots of Kill - - README - ----------------------------------------------------------------------- 0. THE TEAM Music - Jyri Luukkonen Artist - Jukka Rajaniemi 2D GFX - Lauri Rauhanen 3D GFX - Oskari Raunio The rest - Ville Helin 1. DESCRIPTION Robots of Kill is a small multiplayer real time strategy game. It was written as a show case for All the Same, yet another minimalistic multiplatform game framework. The game itself is simple (and currently incomplete and buggy), but it demonstrates how you can write games that can be compiled to different platforms with minimal extra work. And the best thing is that when the game gets finished you can play e.g., against a PSP using your PC! 2. DEFAULT KEYS PSP: A - Select B - Erase (while using the virtual keyboard), or change robot START - Close/Open the virtual keyboard L - Zoom out R - Zoom in Y - Toggle camera angle Linux / Windows: A - Select B - Erase (while using the virtual keyboard), or change robot ENTER - Close/Open the virtual keyboard L - Zoom out R - Zoom in Y - Toggle camera angle 3. TODO * Add more content (levels, robots, graphics and particles) * Add HUD * Add ingame texts, and an ending to the game * Finish the game, really... :) 4. USAGE 1. Start the server on your PC. 2. Start the clients on a PSP or a PC, and connect them to the server. Note that the PSP networking code might not work in the current build, so be careful. 3. Select START on one of the clients, and start playing. 5. BUILDING Currently only makefiles are provided, and you should be able to compile the server, the PSP client and the Linux client just by going to their directories (Server, PSP and Linux) and issuing "make". In the future this archive will also contain the Visual Studio project files so one can compile these under Windows as well. 6. CONTACT If you have any questions, feel free to contact us at vhelin#iki.fi. 7. LEGAL STUFF You use this on your own risk. We don't take responsibility for anything. Robots of Kill is released under the LGPL license. See the file LICENSE for more information about the license.