top of page

Kings Task's Simulation Game

2020

  • What is King's Tasks?

    King's Tasks is a simulation/task management game that was made using JavaScript. 

    ​

    The following will be on how I created CloudViberz.

  • I created a Software Design Document that lays out how the code will be made. The SDD includes a UML (Unified Modeling Language) and other techniques to accomplish this step.

  • Implementation inolves the actual coding of the software. I used my layout from the SDD to create an Agile Tracking Sheet (ATS). It displays my progress for each sprint.

  • View the coding and process of the sprints.

1. Task Manager

The user is able to take the subjects of their kingdom and assign them to tasks that result in gaining resources.

2. Content Generation

The game is text-based and uses file input/output for its content generation.

3. Random Event System

The kingdom will undergo a randomly generated event system. These events will occur after a set amount a days and will affect the kingdom either positively or negitively.

Planning/Features

Software Design Document

Implementation

bottom of page