first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
CS2335 - Spring 2004 Final Project - Lemmings
=============================================================================
P3_README
=============================================================================
DIRECTIONS:
This form must be filled out and submitted with the rest of your files for
this lab. For each item replace the underscore characters ('_') with the
proper information. If you need more lines than those shown, feel free to
add them.
=============================================================================
1. Team Members:
Name: __Jose Caban______________
GTNum: gtg184g
Name: __Vladimir Urazov_________
GTNum: gtg308i
Name: __Daniyar Zhanbekov_______
GTNum: gtg563g
Name: __Andrew C. Knight________
GTNum: gtg284h
2. Compilation Instructions:
__ant build_________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
3. Instructions for Running the Program:
__ant run______________________________________
_______Enjoy!_______________________________________________
____________________________________________________________
4. Known Bugs:
__None._____________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
currentVelocity.setI(PhysicsSettings.getInitialX());
5. Extra Credit Attempted & Name of TA Who Approved If Not From
Lab File:
__N/A for this phase._______________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
____________________________________________________________
6. Testing/Development Environments (Include OS):currentVelocity.setI(PhysicsSettings.getInitialX());
[REMINDER: This lab will be graded on the RedHat systems in
the States Lab.]
__Windows XP Professional SP2, Windows XP Home, ____________
__Gentoo Linux 2.6.4, States Lab, Fedora, FreeBSD___________
7. Comments:
__There are a couple of unresolved bugs, that don't really__
__hurt gameplay, but will be resolved for the final ________
__submission. Primarily, these are visible with certain side
__effects when changing the job of a lemming while hes falling
__as well as certain instances when the climber will have
__problems with hitting a wall above his head, this
__affects his movement in the right direction, for some
__reason this shows no problems when moving in the left
__direction. There are a few minor bugs here and there,
__however, these should cause no problems with gameplay.
__Not all animations are complete, however, so certain
__things will look the same. The truly "complete and playable"
__level is "Let 'Em Drown", the rest are for testing. Please
__run test_level to see all lemmings available at once. If
__you want to add a lemming to a different level, simply open
__up the file for test_level and look at the declaration, the
__Map Loader will take care of the rest.
__Also, there are a couple Multiplayer issues:
__if there is an exception when connecting, the player will
__be shot back into the main menu. In addition, if during
__play one player disconnects, the other player will simply
__keep playing as much as he wants.
__During a net game, when a player wins, the game will
__pause for that player until the other player finishes, though
__the game stats will not be updated at that time. This is
__simply a game bug and will be fixed for final.
__The last bug that should be noted is that explosions and digging
__slightly "nick" at unbreakable terrain, though not completely
__break it (or significantly break for that matter).
__This is simply a bug.
__Special things implemented this time:
__Zoom, Glider (use mouse wheel or pgup/pgdn for zoom)
__ Have Fun and be generous! ;)