Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 394 Bytes

Bulls and Cows

Simple Game written on Python using raylib.

on moar folder - more of might be useful stuff

  1. bc_logic.py - only game logic
  2. lite.py - only the important code
  3. scratch_1.py - i have no idea what is this

Run

  1. Install raylib-python-cffi.
python -m pip3 install raylib
  1. That all. Now just launch it.