Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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