Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.11 KB

Readme.rst

File metadata and controls

42 lines (32 loc) · 1.11 KB

Love Letter

An implementation of the card game Love Letter for CSC 4444 Artificial Intelligence with Dr. Jianhua Chen.

Repository Structure

  • doc/ Contains documentation, including slides from presentation and project report
  • engine/ Code for the game engine
  • player/ Player implementations (AI and HumanProxy)
  • debug/ Utilities to help debug the project
  • interface/ Ways to control the HumanProxy

Features

  • Automated game logic
  • Playable AI Bots
  • Various levels of AI
  • (stretch) GUI interface
  • (stretch) Networked games with IBM BlueMix

Authors

License

This project is licensed under the GPL v3 (or later). The project can be copied and relicensed by any individual author (listed above) if there is interest and necessity.