Skip to content

MMojtaba/snake_evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This project was made for Dr. Michael D. Adams' SENG 475 course at UVic.
This Virtual Machine Disk that contains the tools to run this application can be found at: https://www.ece.uvic.ca/~frodo/cppbook/#vm_disk_images.
OpenGL 2.1 and GLSL 1.2 were used, due to the limitation of the school's lab machines.
A demo video for this project can be found at:

To build, install, and run:

-Navigate to the directory containing this README file.
-Replace $INSTALL_DIR in the commands below with the directory to which you want to install the program to (or create an environemnt variable for it).
-Then use the following commands:
cmake -H. -Btmp -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
cmake --build tmp --clean-first --target install
$INSTALL_DIR/bin/demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages