Hacker News new | ask | show | jobs
by fraXis 32 days ago
This is so cool. Awesome job! I grew up playing submarine games: Gato, Silent Service, The Hunt for Red October, Up Periscope!, and Aces of the Deep. I wishlisted it on Steam and will be purchasing it when it is released.

Can you talk about the development process? How long did it take you? Is any of it vibe-coded? As you already stated, the browser version is a Vite/TypeScript app, but what programming language is the actual game in?

Edit: Also, nice website!

1 comments

Thanks so much for the kind words!

> How long did it take you?

It's taken about 3 months of my spare time (some evenings and a few weekend afternoons) so far.

> Is any of it vibe-coded?

I actually started the project back in February as an experiment to train myself in prompting and to see how far I could get using Codex and letting it do literally all the coding for me. It turned out, I could go all the way. I have not touched a single line of code myself (I have only tweaked some CSS from time to time). This project has led me to realizing my 20+ years of professional experience in coding are clearly worth far less than they were just a couple years ago...

> As you already stated, the browser version is a Vite/TypeScript app, but what programming language is the actual game in?

The actual game is written in TypeScript. For the Windows/Mac/Linux/Steam Deck/iOS/iPadOS/Android builds I'm using Electron to package it (which has surprised me for how well it's working even though I always kind of hated Electron...)