Starfer / christmas-tree

Application creating Christmas card based on ASCII Art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Christmas Tree

Graphical User Interface

Description

Cross-platform, console application written in a contest organised by polish programming forum [Forum Pasja Informatyki] at Christmas in 2016. Participants' job was to create program, script or website showing image or animation in the style of ASCII Art in one of programming languages. The application was in the second place from among a dozen projects.

Technologies

  • C++:
    • Standard library [iostream, fstream, iomanip]
    • Object-oriented programming
    • [-std=c++11]
    • Windows libraries (for animation)

Features

  • Decorating the Christmas tree with:
    • star
    • garlands
    • glass balls
    • candies
    • lights
  • Putting gifts dedicated to loved ones under the tree
  • Possibility of exporting Christmas card to text file
  • Animation

Software tools

  • Visual studio 2017

Structure project's

  • tree.h
  • tree.cpp
  • floor.h
  • floor.cpp
  • main.cpp

How to run?

You can launch application for example in different three ways:

  • Download executable file .exe from releases-windows [option for Windows] and then set convenient size font's and size console's [I recommend Window Size 47x60 for Consolas Bold 14]
  • Download only source code and build project in Visual studio 2017

Comments

Condition of correct display is setting monospaced font in the terminal and text file after exporting.

Links

Results of the contest

License

Apache Licence 2.0

About

Application creating Christmas card based on ASCII Art

License:Apache License 2.0


Languages

Language:C++ 100.0%