Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.49 KB

TODO.md

File metadata and controls

37 lines (29 loc) · 1.49 KB

TODO List

Welcome to the TODO list for Warfrost. This file helps to keep track of tasks that need to be completed. List of things to do in no particular order

Tasks

  • Design the logo and visual identity for the game.
  • Write the lore and backstory for the game world.
  • Determine the gameplay mechanics and core features.
  • Implement user authentication and registration.
  • Develop the frontend UI for the main menu and settings.
  • Design and create unit sprites or models for different races.
  • Implement resource management and gathering mechanics.
  • Create animations for unit movements and actions.
  • Test and balance gameplay mechanics for each race.
  • Design and implement the victory and defeat conditions.
  • Test the game thoroughly for bugs and performance issues.
  • Write unit tests to ensure code stability.
  • Prepare for deployment, containerization, and hosting.
  • Set up continuous integration and automated testing.
  • Create documentation for installation, gameplay, and contribution.

In Progress

  • Implement the core game loop and units actions.
  • Movementation system & Pathfind

Completed

  • Choose the game's name and theme.
  • Set up GitHub repository for version control.
  • Create initial wireframes for the user interface.
  • Draft the README.md and CONTRIBUTING.md files.
  • Set up project structure and directory layout.
  • Implement real-time multiplayer functionality using WebSockets.

Bugs