shmup ereader

what projects are you working on????
User avatar
vilmibm
brb
Posts: 143
Joined: 1 week ago
Location: interzone

i'm using love2d to turn books into procedurally generated shmups. it's fun.
. .--.
.'| |__| _.---.._
< | .--. _ _.-' ''-. /\
| | | | .' '-,_.-' '''.
| | .'''-. | | ( _ . :
| |/.'''. \| | '._ .-' '-._ \ \- ---]
| / | || | '-.___.-') )..-'
| | | ||__| /\__ (_/mjp
| | | | .--.----' - \
| '. | '. / ) \___/
'---' '---' | '------.___)
`---------`jgs
User avatar
acdw
The Original Ace
Posts: 133
Joined: 1 year ago
Location: Baton Rouge USA
Pronouns: he/him

oh yeah how's that going!!!
Image
User avatar
dozens
honk if you love sickos and being a sicko
Posts: 46
Joined: 1 year ago
Location: The Internet
Pronouns: he/they

i'm using love2d to turn books into procedurally generated shmups. it's fun.
i politely demand to hear a lot more about this
Image
Image
Image
Image
Image
User avatar
vilmibm
brb
Posts: 143
Joined: 1 week ago
Location: interzone

- big text file like a book from project gutenberg
- run through my cutup code from trunkless to produce a list of phrases
- phrases are enemies and come flying from the right; bosses are bigger font sizes with more hp. waves fluctuate and get harder/denser over time
- you are a little @ that can fire punctuation to break down the enemies, they drop letters
- you pick up the letters to spell out stuff like life extends, special attacks, invincibility, etc
- every text file is checksummed and your score is ranked on a leaderboard so people can compete on some edition of moby dick

so far my code can turn phrases into enemies (letter clusters where each letter has HP), they fly at you, you can shoot, there's collision. it's feeling very fun and good but i have a long ways to go.
. .--.
.'| |__| _.---.._
< | .--. _ _.-' ''-. /\
| | | | .' '-,_.-' '''.
| | .'''-. | | ( _ . :
| |/.'''. \| | '._ .-' '-._ \ \- ---]
| / | || | '-.___.-') )..-'
| | | ||__| /\__ (_/mjp
| | | | .--.----' - \
| '. | '. / ) \___/
'---' '---' | '------.___)
`---------`jgs
User avatar
vilmibm
brb
Posts: 143
Joined: 1 week ago
Location: interzone

oh also the file checksum is the seed for randomness so every body's moby dick level is the same with the same drops
. .--.
.'| |__| _.---.._
< | .--. _ _.-' ''-. /\
| | | | .' '-,_.-' '''.
| | .'''-. | | ( _ . :
| |/.'''. \| | '._ .-' '-._ \ \- ---]
| / | || | '-.___.-') )..-'
| | | ||__| /\__ (_/mjp
| | | | .--.----' - \
| '. | '. / ) \___/
'---' '---' | '------.___)
`---------`jgs
User avatar
owl
雨の嵐の中で生まれた
Posts: 191
Joined: 1 year ago
Pronouns: he/him

oh also the file checksum is the seed for randomness so every body's moby dick level is the same with the same drops
incredible
User avatar
archenoth
oshaa!
Posts: 30
Joined: 1 week ago
Location: space (but like, as a concept)
Pronouns: he/they

oh wow. that's such a neat idea??

i'm super-curious how hard it would be to finish, like, a legit book while pew pew pewing dudes
----====( :love: Image :boogie: )====----
User avatar
acdw
The Original Ace
Posts: 133
Joined: 1 year ago
Location: Baton Rouge USA
Pronouns: he/him

omg at the end have an AR quiz on the plot for bonus points
Image
User avatar
LennaROM
Daydreaming about PHP
Posts: 2
Joined: 1 week ago
Location: Bootyville, FL
Pronouns: she/her

this vaguely reminds me of that game called lose/lose that was a shmup where each enemy represented a file on your computer, and if you killed it, the game deleted the file LOL
User avatar
vilmibm
brb
Posts: 143
Joined: 1 week ago
Location: interzone

lol
. .--.
.'| |__| _.---.._
< | .--. _ _.-' ''-. /\
| | | | .' '-,_.-' '''.
| | .'''-. | | ( _ . :
| |/.'''. \| | '._ .-' '-._ \ \- ---]
| / | || | '-.___.-') )..-'
| | | ||__| /\__ (_/mjp
| | | | .--.----' - \
| '. | '. / ) \___/
'---' '---' | '------.___)
`---------`jgs
Post Reply