Well, I believe the <a href="http://www.cliki.net/Planet%2520of%2520the%2520Feebs">"Planet of the Feebs"</a> is a well-known project made for begginers. But it has many problems:<br><br>- The project is not active, and really old;
<br>- The documentation is not 100% compatible with the code;<br>- Graphics are displayed only in X Window System in a black-and-white poor style;<br>- There are about 2000 lines of code in a single file! (Well, it's old and probably there wasn't ASDF at that time);
<br>- The code for the graphics is complex (it looks like written in C!) and (I believe) represents about 75% of the number of lines;<br>- Whenever someone makes a feeb "brain", he or she needs to test for every element of the "vision" (or of the "proximity" structure) whether it is a single element or a list (why not the convention that every element is a list?);
<br>- No help for newbies (the project is mainly directed to them);<br>...<br><br>Well, I started to make a project called "The Feebs War" (based on the code of "Planet of the Feebs") that is intended to correct its problems, with:
<br><br>- A graphical interface (using <a href="http://lispbuilder.sourceforge.net/">lispbuilder</a>), supporting that you choose the graphics of your own feeb;<br>- An easier way to make a feeb brain intended to help lisp newbies;
<br>- A more complete and direct-to-the-point manual;<br>- Implementation of some features that the original manual points but the code doesn't have;<br>- More global parameters;<br>...<br><br>The graphical interface is not ready yet, but there is already a way to display a game (printing the map in text mode), and it works quite well... But I need a place to put the project, and this version, so more advanced users could see the code and point some mistakes (I am a begginer, I am 20 and have about 1 year of lisp), and later anyone can get the 
1.0 version and learn lisp, a place where people can put their feeb, and maybe some contests to see who can make the best feeb...<br><br>Here are more information of the project:<br><br>- Project: The Feebs War<br>- License: GPL
<br>
- Repository: Subversion (I would like to have svn, I believe it is better, and I already use it)<br>- Developer: Gustavo Henrique Milare <<a href="mailto:gugamilare@gmail.com">gugamilare@gmail.com</a>> (just myself for now)
<br>- Public Key: it is attached (I have just created it for this purpose).<br><br>If you have any questions, just let me know.<br>