Game
Everlasting Household Love
3 years ago

You will probably need to click on the game screen after start to be able to type things to play




0 comments

Loading...

Next up

The Readme file from the git repository gitlab.com/adelfaure/everlasting-household-love

having fun with a randomizing function

This summer I made this custom textmode artwork for the next issue of Immersion, it will illustrate an article about robotic creatures. Used a custom tool I hid on my website here https://adelfaure.net/tools/liblab/ (it's a mess). Btw I'm open for work/commissions !

As I stopped to post on soundcloud I updated my website with a new music page 𝄠 There is new tracks, most of the old ones. Quality is variable but all is live-coded. No lazy load so you may have to wait before you hear anything https://t.co/QGcLwyqZ76

Making a simple textmode platformer while working on The Wind through the Wheels engine. Don't know if I'll add lot of content but its fun to do https://adelfaure.net/lab/platformer/

Weird animating method : frames are square and their size are defined by document width. Number of frames is how many times can fit document width within height. I do this to avoid adding more shortcuts to my tool while continuing to use no menus at all

Been some working on ASCII UI. That was hard x), specially the input range ! As balance I had lot of fun making an "7 segment display font". Hopefully I will be able to be more into gameplay with theses elements

Finally found a way to make slopes!

I added 14 special characters with lines of different heights to the font. They are replaced during rendering according to the rounding of the Y coordinate of their "sprite" (one character large road segment)

Working again on a textmode editor