pygame wasm

original documentation

typical import

import wcwidth
import termios
import tty
import numpy
import nurses_2

activating raw terminal must be made manually

try:
    import termios
    termios.set_raw_mode()
except:
    pass

after that behaviour should follow native version.

major differences :

changes made https://github.com/pmp-p/nurses_2-wasm/pull/1/files

accessing the async repl while running nurses app:

edit this page