No description
Find a file
2025-01-14 19:50:50 +01:00
.github Create dependabot.yml 2023-08-06 11:32:44 +02:00
.idea/.idea.pac-man-board-game/.idea Added prettier 2023-10-28 15:12:50 +02:00
.run Added vitest | added dockerfile | wrote some tests 2023-05-23 22:01:41 +02:00
BackendTests 👍 Updated .NET to 9 and C# to 13, comments 2025-01-14 19:50:50 +01:00
DataAccessLayer 👍 Updated .NET to 9 and C# to 13, comments 2025-01-14 19:50:50 +01:00
pac-man-board-game 👍 Updated .NET to 9 and C# to 13, comments 2025-01-14 19:50:50 +01:00
.dockerignore Added vitest | added dockerfile | wrote some tests 2023-05-23 22:01:41 +02:00
.gitignore Initial commit 2023-05-15 19:02:22 +02:00
global.json Added vitest | added dockerfile | wrote some tests 2023-05-23 22:01:41 +02:00
pac-man-board-game.sln Reformat UserName to Username, Added DAL with admin login method 2023-07-19 23:25:54 +02:00
pac-man-board-game.sln.DotSettings.user 👍 Updated .NET to 9 and C# to 13, comments 2025-01-14 19:50:50 +01:00
README.md Updated dependencies. Added login info to README 2023-10-28 12:38:50 +02:00

Pac-Man The Board Game

Work in progress.

Development

cd pac-man-board-game/ClientApp
pnpm install
cd ..
dotnet run

Log in

For testing there are currently two users available:

  • Username: Firefox, Password: Firefox
  • Username: Chrome, Password: Chrome

Stack