Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 577 Bytes

Snake AI Project

Description

Snake AI Project is a 2D game. The goals for this project are :

  • Make a classic snake game

  • Make a tool to simplify 2d text display with memory optimization

  • Make a simple AI using path finding (work in progress)

  • Make a deep learning AI (work in progress)

Libraries used

  • Standard Library

  • Standard Template Library

  • Sfml

Build Instructions

The build is in the folder "Build". You can also build this project by using Visual Studio 2017 and hit play. A "Build" folder will be generated at the root of the repository.