Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 832 Bytes

File metadata and controls

27 lines (21 loc) · 832 Bytes

Snake Game

Snake Game Implementation Using C++ based on OO principles

#Code Structure

  • Singleton Class to handle the main two console jobs

  • --- Draw Point

  • --- Remove Point

  • Snake Class

  • --- List Class

  • Point Class

  • --- Position X

  • --- Position Y

#Description

  • Simple implementation of Snake game using Console, Windows.h and C++

#Contributing

    • Fork it
    • Create your feature branch.
    • Commit your changes.
    • Push to the branch.
    • Submit a pull request
    • Welcome on board :-D

Watch