Tyle, A virtual machine esoteric-programming-language
▲ 15 r/esolangs+1 crossposts

Tyle, A virtual machine esoteric-programming-language

Tyle doesn't have a quirk or annoying thing, I just want to share it because as someone who just began C# a week or two ago, I'm very proud to make this (even if i know the code is kind of shitty).

It has a register and RAM kind of memory you'd see in assembly, That's why i called it a virtual machine.
You can use different `-coreX` flags to change the amount of RAM and Registers there are, The lowest you can go are 8 registers and 768 RAM registers.

Link: https://github.com/orewaluffy500/Tyle

u/PlayfulDuck3677 — 11 days ago

Added some more features to my esolang

I added memory dumping to my esolang Slack.
Also i removed cell duplication and replaced it with copy-pasting, You use `copy` to copy the current cell's value into a temporary variable, then `paste` to paste it anywhere.
To clear the temporary variable simply go to an empty cell and do copy.
Also now you can do `change by N` and `change to N` instead of constantly doing `change up|down`.

Link: https://github.com/orewaluffy500/Slack/

reddit.com
u/PlayfulDuck3677 — 18 days ago
▲ 5 r/esolangs+1 crossposts

I built my first esoteric tape-memory based programming language

It's similar to brain-fuck where you have a tape of memory, I haven't added a error system yet because it's still in development.
The documentation is on the git-hub page.

https://github.com/orewaluffy500/Slack/

u/PlayfulDuck3677 — 20 days ago
▲ 3 r/gameenginedevs+1 crossposts

Prototype Game Engine

Flinty is a 2d TopDown game where you make mods in lua to add content.

Right now its just a prototype, you can do basic stuff like adding blocks, moving blocks, having metadata etc.

The link is: https://github.com/orewaluffy500/Flinty2D

I can't share a photo right now.

Lemme know what y'all think and if i should improve stuff.

u/PlayfulDuck3677 — 1 month ago
▲ 3 r/raylib+1 crossposts

Modding engine

Ive been making a modding engine, This video showcases some features I added.

The thing is, Nothing besides soil or rock is in the game, I made it all with the modding API!

Here's the GitHub: (There's only one mod by default , I coded the others for fun) https://github.com/orewaluffy500/Flinty2D

Lemme know if y'all have any feedback/suggestions, (My bad I haven't wrote a documentation yet.)

https://reddit.com/link/1uelpri/video/uwdzio4cx99h1/player

reddit.com
u/PlayfulDuck3677 — 2 months ago