tsoding / porth

It's like Forth but in Python
628 stars 50 forks source link

Add guessing game #65

Open LoipesMas opened 2 years ago

LoipesMas commented 2 years ago

Hello, I've made a guessing game in porth. It's compile only, because it uses read syscall to read stdin and uses argv pointer to get pseudo random number. I might try to implement the read syscall in simulation later. Not sure if I should mark this as draft.