This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `dots` and `powerPills` to map * Created basic Item object * Created Dot and PowerPill items * Draw items on board in `loadGameBoard` * Moved Player to `Players` directory * Created special player classes and cleaned imports Created special player classes Pac-Man, Blinky, Clyde, Inky, & Pinky * Completed Dot and PowerPill classes * Added "lair" paths * Game utilizes new spawning, dots, pills, and lairs * Game with all players and random CPU movement * Improved UI and updated `.gitignore`
- Loading branch information
1 parent
0886483
commit 5fe498e
Showing
26 changed files
with
1,628 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Generated files | ||
src/frontend/styles.css | ||
|
||
#DS_Store files | ||
*.DS_Store | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.