IbimsnicesYolo / python_kara

Improved Python Class to enhance the normal methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project for Python Kara (https://www.swisseduc.ch/informatik/karatojava/pythonkara/)

Rework every function to prevent/catch errors and improved them.

Added new functions to enhance the normal kara Class:

  • islooking* function to check wether kara is facing upwards/downwards/left/right
  • look* function to force kara to face up/down/left/right
  • move_to function to make kara move to a specific coordinate
  • move_num function to make kara move a specififc number of fields
  • way more usefull stuff, but im to lazy to name here everyone

How to install:

  1. Download the betterkara.py file and place it in the folder of the pythonkara.jar file
  2. add this line:
    exec(open("betterkara.py", "r").read())
2021-12-23.13-09-00.mp4

image

i know the letters look ugly, but im too lazy to improve them ._.

About

Improved Python Class to enhance the normal methods.

License:MIT License


Languages

Language:Python 100.0%