Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lioncat2002/kittyscript
A simple "programming language" I made as a joke hehehe
https://github.com/lioncat2002/kittyscript
logo msw mswlogo python stack
Last synced: 16 days ago
JSON representation
A simple "programming language" I made as a joke hehehe
- Host: GitHub
- URL: https://github.com/lioncat2002/kittyscript
- Owner: Lioncat2002
- License: mit
- Created: 2021-11-01T09:18:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T13:27:43.000Z (about 3 years ago)
- Last Synced: 2024-10-30T01:03:12.112Z (2 months ago)
- Topics: logo, msw, mswlogo, python, stack
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KittyScript
A simple "programming language" I made as a joke hehehe.
It is based on the [LOGO programming language](https://en.wikipedia.org/wiki/Logo_(programming_language))
albeit a bit diffrent sytax.
![image](https://user-images.githubusercontent.com/74904820/140296280-df5f195e-4839-418e-ba8b-eed073deffbf.png)
## How to run?
`python KittyScript.py .ks`
Eg:
`python KittyScript.py hello.ks`Example video:
https://www.youtube.com/watch?v=6Vcs3-umxTA## Dependencies:
It only uses `turtle` for drawing to the screen
and `sys` for reading the command line arguments