Afunge
Jump to navigation
Jump to search
Afunge is an esolang by User:Imakesi that is currently being worked on. The git repository is here: Repo
You move the character around a map you make with >, <, v, ^, and x. The x command allows you to go double the last direction, and jump over any commands the cursor would've ran into.
In the main script, usually "main.afunge", there are only those previously mentioned 5 commands. However, in the map, usually "map.afunge", there are many commands that are triggered by the cursor going over them. There is also a ".afunge" file where you set your settings (e.g. location of main file)