isqb/POP
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
==== COURSE ====
Process Oriented Programming (1DT049) Spring 2012
Department of Information Technology
Uppsala university
==== GROUP ====
01.
==== PROJECT NAME ====
Sudden Impact.
==== PROJECT DESCRIPTION ====
A simple action game with western scenery
==== GROUP MEMBERS ====
870519-7898 mark.tibblin@gmail.com
840911-0791 l.mauricio84@gmail.com
880304-7136 olof.bjorklund@gmail.com
980613-6661 originalutter@gmail.com
==== MAY THE SOURCE BE WITH YOU ====
Everything you need to compile and run the system is included in this
directory.
However, you might want to get the most up to date version of this
directory.
To get the latest version of this repo simply clone from following url
git@github.com:isqb/POP.git
==== ERLANG VERSION ====
This software was developed and tested using Erlang R14B03.
==== MAKE IT HAPPEN ====
Using the make utility you can perform the following actions:
make ==> Compiles the Erlang source files if necessary.
make archive ==> Creates a gziped tar archive of this directory.
make clean ==> Removes all beam files and html files generated by Edoc.
make doc ==> Generates Edoc documentation in the doc/html directory.
make start ==> Starts the system.
make test ==> Runs all Eunit tests.
==== TO COMPILE ====
To compile the project, simply type make and press enter.
==== TO RUN AND TEST THE SYSTEM ====
Simply start the system by make start
Test the system by make test and run the JUnit tests through NetBeans or similar.