/uxnbot

uxnbot for chat platforms

Primary LanguageC

uxnbot

A bot that can evaluate uxn code.

Building uxnasm and uxnbot

cc src/uxnasm.c -o uxnasm && cc src/uxnbot.c -o uxnbot

Running talk

uxnasm program.tal program.rom && uxnbot program.rom

Misc

Inspired by d6's IRC bot here:

TODO

  1. Docker is unnecessary, we can call uxnasm and uxnbot directly, or the eval-uxn script
  2. Merge/fork the Discord interaction into this repo
  3. Error handling in the discord connection (factor code) should print stderr instead of crashing if uxnasm/uxnbot die
  4. Handle private messages