Go to file
Stephen Seo 8712d4cd8b frontend: WIP! request id in progress
Frontend is able to successfully send a Request, but is failing to
get/parse the Response.
2022-04-05 18:16:04 +09:00
back_end frontend: WIP! request id in progress 2022-04-05 18:16:04 +09:00
front_end frontend: WIP! request id in progress 2022-04-05 18:16:04 +09:00
retrospectives Update Sprint 4 Retrospective, Product Backlog 2022-04-04 14:25:10 +09:00
spreadsheets Update Sprint 5 backlog 2022-04-05 16:00:29 +09:00
README.md Update README.md 2022-03-28 16:20:41 +09:00
backend_database_specification.md Impl turn timeouts, db entry timeouts 2022-04-01 19:52:46 +09:00
backend_protocol_specification.md Refactorings and bug fixes 2022-04-01 17:17:42 +09:00

README.md

Four-Line Dropper: A project developed via Agile methodologies

The directory front_end holds a Rust project for the "front_end" code. Or in other words, it holds the client-side code for the project. The MVP (Minimum Viable Product) started with just the front_end, and if all the goals are met, then the "front_end" may connect to a "back_end" for networked gameplay.

The directory back_end holds a Rust project for the "back_end" code. It holds the server-side code for the project. It is mainly used to handle "Networked Multiplayer" mode for the game.

The directory spreadsheets hold LibreOffice Calc documents that are spreadsheets organizing the work. There is a document for User Stories, a document for the Product Backlogs, and there will be a document for each Sprint.

The directory retrospectives holds the retrospectives of Sprints 3 and onward.

What is Four-Line Dropper?

Four-Line Dropper is a game where two players take turns dropping tokens into a board. Making a line of four tokens long horizontally, vertically, or diagonally is the win condition of the game. If the board fills up with no four-line matches, then the game ends in a draw. The game is called "Four-Line Dropper" to avoid clashing with the game's original name that is trademarked (this game is a clone of an existing game).