Skip to content

A Chatbot which Plays Bulls & Cows game while calculating entropy

License

Notifications You must be signed in to change notification settings

RamyaLakshmiKS/GameBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👉 Try this game at this link 👈

How to run this project locally

Things required to run this app locally

  1. Python & Virtual Env

    • Run this command

    Windows:

     python -m venv .venv; .venv\Scripts\Activate.ps1
    

    Mac OS:

    python3 -m venv .venv && source .venv/bin/activate
    
  2. poetry

    • Install poetry following this link
    • Install project dependencies
    poetry install
    
  3. run the app

    • Run this command
    poetry run app
    

About

A Chatbot which Plays Bulls & Cows game while calculating entropy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages