Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
/ bulls-and-cows Public archive

Crap code game about finding numbers

License

Notifications You must be signed in to change notification settings

Rico040/bulls-and-cows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.