#text based
Explore tagged Tumblr posts
Text
The Night Market - Book 2 (wip)
Welcome to the Night Market
Wander the recesses of your mind, deal with the fallout of book one, and decide the kind of market you wish to be. Introducing a cast of new characters, along with our old, further expand your knowledge of the world and try to save it from ultimately fading into nothing.
Book 2 Play Here
Note: This is a wip. Not the complete book. If you have not read book 1, please go do so here.
#the night market#book 1#book 2#interactive fiction#twine game#twine wip#text based#self published#writers of tumblr#angst#romance#poly routes#lgbtq
400 notes
·
View notes
Text
Occult Master (Open-world game)
Start Your Revenge!
A supernatural game about demon outbreak that wreaks havoc in New Celeste. Embark on the role of Demi-Angel. With your new powers, confront, defeat, and humiliate those dark creatures!
Open-world Gameplay!
Occult Master is an open-world adventure game that allows you to explore New Celeste, a Victorian-styled city in 2024.
You can explore places like hospital, police station, university, park, even football stadium and houses.
Engaging Dark Adventure!
The demons attack the city and killing the people you love. You can't help but want to take revenge as soon as possible.
Also, not only do you have to protect your life, you also have to maintain the mood, global fear, the health of the buildings, etc.
Formidable and Challenging Adversaries!
Your enemy is not human, but demons who has power beyond reason and very brutal in nature.
You will use your angelic powers to slaughter those demons, bosses, and uncover the truth about this disaster.
Demons that attack include Chupacabras, Wraiths, Ghouls, Vampires, Boogeymen, etc.
Others!
Save and load system, in-game guide that you can read at any time, several mini-games, and more. Oh, there are multiple endings too.
Are You Ready Now?
Occult Master offers a different gameplay sensation compared to twine games in general, because it is more gameplay-based rather than story-based. However, this game may still be far from perfect. So, critical feedbacks are highly expected. If lots of people like it, then Occult Master will continue to get updates such as more locations, more demons, or additional new options on the Main Menu.
24 notes
·
View notes
Text

Untitled (DANCE ON DOWN TO THE GOVERNMENT), Jenny Holzer
From the Survival series (1983-1985)
Aluminum plaque, 15.2 × 25.4 × 2.5 cm
4 notes
·
View notes
Text
I want to collect a CoG and Twine games (demo or finished, any genre, rating, etc.) in one large collection post. Could you please reblog this post with a short description of your game? Thanks!
#game#interactive fiction#interactive text#visual novel#text novel#interactive game#if#fiction#text#games#indie game#video games#text post#game romance#romance#RO#date sim#dating sim#dating system#otome#otome game#twine#twine game#twine if#twine wip#twine story#twine interactive fiction#demo#text based#text based game
6 notes
·
View notes
Text
Last piece of my ATC series! A fun text based one inspired by a series of text based pieces I made a few years ago :)
#my art#artists on tumblr#traditional art#art#lowbrow art#sketchbook#original art#black and white#text#text based art#text based#writing#obscured#texture#pattern#artist trading card#atc#ink sketch#ink drawing#ink
6 notes
·
View notes
Text
I am learning python and am wondering if anyone could let me know of any classic games I could program to get used to coding more complicated projects. Right now I am doing Snake but repost and let me know of what else there is
#python#coding#game dev#development#game development#snake#breakout#pong#programming#code#text-based#text based#help
3 notes
·
View notes
Text
So..., I have an idea. After I finish Divinity and Her Flaws (gonna be a while), I'm thinking of creating a she-ra themed text-based adventure game. But first, I need info from you.
10 notes
·
View notes
Text
Fun!
i think the near-extinction of people making fun, deep and/or unique interactive text-based browser games, projects and stories is catastrophic to the internet. i'm talking pre-itch.io era, nothing against it.
there are a lot of fun ones listed here and here but for the most part, they were made years ago and are now a dying breed. i get why. there's no money in it. factoring in the cost of web hosting and servers, it probably costs money. it's just sad that it's a dying art form.
anyway, here's some of my favorite browser-based interactive projects and games, if you're into that kind of thing. 90% of them are on the lists that i linked above.
A Better World - create an alternate history timeline
Alter Ego - abandonware birth-to-death life simulator game
Seedship - text-based game about colonizing a new planet
Sandboxels or ThisIsSand - free-falling sand physics games
Little Alchemy 2 - combine various elements to make new ones
Infinite Craft - kind of the same as Little Alchemy
ZenGM - simulate sports
Tamajoji - browser-based tamagotchi
IFDB - interactive fiction database (text adventure games)
Written Realms - more text adventure games with a user interface
The Cafe & Diner - mystery game
The New Campaign Trail - US presidential campaign game
Money Simulator - simulate financial decisions
Genesis - text-based adventure/fantasy game
Level 13 - text-based science fiction adventure game
Miniconomy - player driven economy game
Checkbox Olympics - games involving clicking checkboxes
BrantSteele.net - game show and Hunger Games simulators
Murder Games - fight to the death simulator by Orteil
Cookie Clicker - different but felt weird not including it. by Orteil.
if you're ever thinking about making a niche project that only a select number of individuals will be nerdy enough to enjoy, keep in mind i've been playing some of these games off and on for 20~ years (Alter Ego, for example). quite literally a lifetime of replayability.
99K notes
·
View notes
Text
Look I don't wanna bitch but if your Tumblr fic takes longer to scroll past than the Do You Love The Colour Of The Sky post then it would be kinda appreciated if you put the majority of it under a Read More button
#no-one puts these on my dash except a wrongly optimistic tumblr saying “based on your likes!”#tumblr when did i ever show any interest in CoD in either game or fic form#anyway. just common courtesy i feel#not to mention a good little intro works more enticingly than a wall of text so you might draw more interest#but maybe that's just me#anne speaks
19K notes
·
View notes
Text

Adding minimal UI
This is an update to my previous posts in which, I used python to turn images such as pngs and jpgs into ASCII representations. After I had finished creating and polishing the main system, I decided to add a small amount of UI just to say that I had fully finished the project and made it usable to someone who might not wants to go through the trial of finding out how to change the image, by changing the code. I also wanted it to be faster and more fool-proof so that I don't run into problems while showing someone and put myself in an awkward situation where I'm fixing it while showing it off.
The UI I added was pretty simple and purely text-based, as I already know how to do this and don't want to create more potential bugs, which would be opposite of my aim.
The first thing I did was add a system to choose exactly which image to transfer, this would just be the images I have already added and tested. Such as the Miles Teller image. I used numbers so that people can choose the options with little confusion, also adding an error message if someone types something other than the pre-set options.
The next thing I added was an option to compress or not, so that the user has full control. I used y or n options this, just for simplicity.
One thing I noticed while testing was that if you save images from discord, they have an alpha value as well as rgb. This messes up this line of code: "r, g, b = pixel" which unpacks the rgb values from the pixel array, but with the added alpha value, it returns and error as not all of the values in the array are accounted for. To fix this, I literally just added an if statement that, if the image is from discord, instead of using the previously shown line of code, it does "r, g, b, x = pixel" the x is never used, but its just an easy way to remove the error.
#devlog#programming#codingwheneveriwant#coding#software#computer science#software engineering#python#ascii#ascii art#imagetoascii#UI#text based#the rock#rock#dwayne#dwayne johnson#image#text
0 notes
Text
i hope i can make you feel even half of what you shot into my chest that night
ctrl yourself, peter
#emo#writers and poets#m444rtyrcomplex#writerblr#poem#poetry#writers on tumblr#writerscommunity#angst#spilled poetry#spilled art#digital art#text based#text based art#m444rtyrcomplexpoetry#g0renuc0pia#lesbian#gay yearning#yearning hours#lesbian yearning
0 notes
Photo
Plaques created using text from Living (1980 - 1982) and Survival (1983 - 1985), Jenny Holzer









143K notes
·
View notes
Text
abrupt drop of a new blue horizon short story and eventual text-based game featuring antonio chandrani-rivera and his fraternal twin raj rivera (which will eventually be turned into a small visual novel—that part will take time).
blue horizon: hibiscus.
#my short story#my game#my ocs#my oc drawing#mywrites#text games#text based game#text based#blue horizon
0 notes
Text
are they really “fem presenting” or do they just have boobs. are they really “masc presenting” or do they just have facial hair
#text#are they ‘presenting’ or ‘aligned’ as ‘masc’/‘fem’ or are you making assumptions based on uncontrollable physical traits
38K notes
·
View notes
Text
In love with this random guy who had a lock slapped on his storage unit for not paying its rental and not only did he ignore management and took his stuff out without paying, but also chose to steal the lock itself and send it to the LockPickingLawyer along with a confession letter
85K notes
·
View notes