Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoonLander

Screenshot

Requirements

The MoonLander GUI requires the following libraries:

  • SDL2
  • SDL2_image
  • SDL2_ttf

along with the following tools:

  • pkg-config

To install on Mac, run brew install SDL2 SDL2_image SDL2_ttf pkg-config. On other platforms, use your package manager of choice.

Build

Run make in the repository root.

Run

Run the GUI game with bin/GUIGame, assuming that the working directory is the root of this repository.

Run the ML with bin/GP -o best.txt to dump the best performace to best.txt.

To save inputs to a file, use bin/GUIGame -o file.inp. To read inputs from a file, use bin/GUIGame -i file.inp. This can be used to run ML outputs.

About

Oberlin College CSCI 241 group final project

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages