Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 940 Bytes

File metadata and controls

27 lines (21 loc) · 940 Bytes

Bankr - Love2D game

You are broke, you come up with a plan to get some quick cash. You go to a local bank and must convince the banker to loan you out $1,000,000, however you only have 20 messages to spend with the banker before his next appointment!

can you convince him to loan you a million bucks?

Play information

  • Add an API key from https://ai.hackclub.com (or alternatively change the endpoint in settings to a custom openai completions supported api)
  • Play!

Prebuilt Release

  • Download the latest release from the releases page
  • Extract the zip file
  • Run the game (bankr.exe) (or alternatively)
  • grab from compiled artifacts

How to run from source

  • git clone https://github.com/officialmelon/bankr.git

  • cd bankr

  • love .

  • Requirements for running from source: Love2d 12.0 from their github action artifacts.

License