Sourcastic / game-fied-todo-list

A todolist with a points and badge system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamified ToDo List

This is a pretty basic little program for my second semester programming course. It's a gamified todo list where you can add, remove and complete tasks with an optional due date for completion. You get points for completing tasks and certain badges for specific tasks (Adding 3 tasks in a single day, adding a task a week in advance... etc)

It's pretty buggy and doesn't work entirely as intended and I won't be developing this much further. But hey, got a 97% on it!

BUILD AND RUN INSTRUCTIONS FOR LINUX

(Succesfully running isn't guarenteed, it's a case of Works On My Machine tm.

  1. Install Cmake as a dependency
  2. Clone this repo
  3. cd into the cloned repository
  4. Build it using cmake --build cmake-build-debug --target final_Project2
  5. ./cmake-build-debug/final_Project2

About

A todolist with a points and badge system


Languages

Language:C++ 64.3%Language:C 25.9%Language:CMake 9.8%