NodeInsecure Code
Status: Pre-Alpha
                
                Brought to you by:
                
                    janmejaysingh
                    
                
            | File | Date | Author | Commit | 
|---|---|---|---|
| environment | 2008-05-10 | janmejaysingh | [r88] Added a basic notion of address resolution(ping) | 
| game | 2008-05-01 | janmejaysingh | [r85] Removing project files... which can easily be g... | 
| hardware | 2008-05-01 | janmejaysingh | [r85] Removing project files... which can easily be g... | 
| planning | 2007-09-05 | janmejaysingh | [r42] half baked... but got quite some mapping going.... | 
| site | 2007-10-04 | janmejaysingh | [r66] Due to some cashe problems, i have renamed thes... | 
| ui | 2008-05-06 | janmejaysingh | [r87] created command mkdir | 
| util | 2008-05-06 | janmejaysingh | [r87] created command mkdir | 
| ReadMe.txt | 2007-02-06 | janmejaysingh | [r5] Sorry... forgot to add player module. Adding it... | 
| pom.xml | 2007-10-02 | janmejaysingh | [r56] -> Removed the maven based website dir. | 
NodeInsecure: This is a game which gives the player a virtual computer, and network, which is used to hack into virtual servers gather data on request by a client and make money out of it and upgrading your virtual hardware and software etc.. a good simulation game. Modules: planning: This is not a module really.. its just a place from developers to share there plans(i guess we'll be using it for dumping mindmap files.. text files... any anything else to share ideas...) hardware: [self explainatory] util: different command line utilities ui: game ui components environment: virtual network, different places, buildings, security... ppl.. etc. player: the guy who is playing. game: the core game. Building: 1. download and install maven2.(http://maven.apache.org/) 2. go to the root dir of the project, and run the command 'mvn clean install'(this will download all the dependencies and will put it in your local repository, the download will occur the first time... later it will pick dependencies from your local repository.) Note: @developers: 1. guys... plz don't forget to run 'mvn clean' on the base directory of the project before checking in. 2. use module_namegame/src/main/resources to put any resources that u want in classpath at runtime... don't use module_namegame/src/main/java for resource files). - NodeInsecure Team (02-Feb-2007)