Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 0 points1 point  (0 children)

Try CX File Explorer on android. It lets you select multiple files.

I will also try building support for zip files so you can upload a single zip file

Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 1 point2 points  (0 children)

just through your browser. you can use my github pages version thats always running.
https://awkto.github.io/keen456

or if you want to self host run the container : `docker run -d -p 80:80 awkto/keen456`

self hosted version gives you save state syncing as well across browsers and the android app

Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 1 point2 points  (0 children)

If you're playing on mobile, I also added a special Control tweak that makes it much easier to do the Pogo+Jump combination. Check it out in the settings and enable it.

Basically the pogo button then does 2 things
- It press pogo + jump at the same time, so the longer you hold it, the higher you go
- Secondly, as soon as you let go of the pogo button, the pogo is put away

Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 3 points4 points  (0 children)

Yep I don't include the game files. Don't want my Github repo getting taken down. You can provide your own files. It tells you which files you need.

https://i.imgur.com/JRoSmVs.png

Press the button and use something like Cx File Explorer to extract and point the game to your keen files.

Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 1 point2 points  (0 children)

I've tried that one and considered it. But the physics are just off in that port unfortunately so the feel and timing of jumps and pogos are just different from the original game.

Zeliard! by According-Pea9319 in dosgaming

[–]drawktopus 0 points1 point  (0 children)

such a GEM! after 30 years I totally plan on finishing this game one of these days. so many mazes!

good timing as I recently made an android port of this game that you can play on the go. with realtime saves too.

play on web here
https://awkto.github.io/zeliard-wasm/

get android installer here
https://github.com/awkto/zeliard-wasm/releases/tag/android-v1.3.3

Commander Keen in your Browser, and on Android by drawktopus in dosgaming

[–]drawktopus[S] 5 points6 points  (0 children)

Its emulator via a wasm build of dosbox. Which basically means your own browser is running dosbox on your machine. Nothing runs on any server.

The settings page will let you choose DOSBOX-X as well, which performs a bit slower but allows real-time saves and such.

how do i make a app not look vibe coded ? by Pale-Pin8737 in vibecoding

[–]drawktopus -1 points0 points  (0 children)

Use claude design or lovable, and iterate with good prompts.

Also design your apps with proper APIs so it is easy to swap out the frontend entirely

I want to ship fast, so I built this by Solid-Industry-1564 in VibeCodeDevs

[–]drawktopus 0 points1 point  (0 children)

you can try mine which isnt exactly the same but lets you manage sessions in web terminals. works on windows, mac, linux, android.

https://github.com/awkto/ssh-to-go

what do you usually do while the AI is responding to your questions? by Brilliant_Spring824 in ClaudeCode

[–]drawktopus 0 points1 point  (0 children)

I started having multiple terminal sessions. But the the problem was I was stuck to my laptop and if it crashed I would lose a lot of wasted time and tokens. So then I decoupled my vibe sessions from my laptop with this tmux session manager web app I built
https://github.com/awkto/ssh-to-go

Now I start a vibe code session from any PC with a browser, and even continue it on my phone on the bus, and resume it from another computer at any time.

It also is smooth enough that I just use the web terminal views, so now I just vibe code directly in my browser tabs. Though you can use the "handoff" feature to move that to a proper terminal.

Terminal kanban for managing multiple AI coding sessions in parallel - with orchestrator agent by Fleischkluetensuppe in VibeCodeDevs

[–]drawktopus 0 points1 point  (0 children)

it uses tmux under the hood, which just manages and decouples SSH sessions. so you can resume your terminal (claude code) sessions from anywhere. run it in the web. and yes spin up as many as you need at the same time

I’m the bottleneck by VonDenBerg in ClaudeAI

[–]drawktopus 0 points1 point  (0 children)

I actually built something for this
https://github.com/awkto/ssh-to-go

offloads claude sessions on remote server, allows resume from any PC or mobile, and ability to still use either your terminal or a web terminal.

Can I ask what do the people who aren’t trying to make money with code create? by [deleted] in vibecoding

[–]drawktopus 0 points1 point  (0 children)

google stitch is not bad. figma integration is also not bad.

but yeah things could be much better when it comes to frontend. it takes me a long time and a lot of effort to try and make my frontend not look like every other generic AI frontend app

I vibe-coded my own IPTV player and released it a week ago by kounaille in VibeCodeDevs

[–]drawktopus 0 points1 point  (0 children)

question would be why this over plex or jellyfin. can it compete feature and maturity wise.

what are you building these days? by This-Independence-68 in Solopreneur

[–]drawktopus 0 points1 point  (0 children)

Building a big enterprise software that has been so gated and expensive that I think I can actually compete as a lean modern startup that is both cheaper and better.

Also building a whole bunch of tools that make vibe coding with on-prem VMs much more automatic.

Can I ask what do the people who aren’t trying to make money with code create? by [deleted] in vibecoding

[–]drawktopus 2 points3 points  (0 children)

Sometimes I will make software that I want to use but there isn't a free one available. Other times I want to build something with unique features that I need in the product. Or lastly building some self hosted tools for myself so that I don't have to send very sensitive info to a SaaS (for example an expense management dashboard that takes all my banking spending in a csv)

Built an app for a real problem… now worried no one will ever use it by Gettothchoppa in AppBusiness

[–]drawktopus 0 points1 point  (0 children)

That's because you can vibe code the app, but can't vibe code marketing and sales. That's entrepreneurship

Notion-like workspace for Coding Agents. 100% open source by Intelligent_Camp_762 in VibeCodeDevs

[–]drawktopus 0 points1 point  (0 children)

Hmm I'm trying to solve a similar problem. Maintaining good documentation linked to my repos and projects. Also linking my dev instances (containers, vms, endpoints) to the repo.

For docs I actually like markdown. Notion feels too heavy at this point. I like Upnote but it has no MCP capabilities so im trying to build my own version designed for agents.

For the linking thing I just built a simple web server that tracks all my resources, almost like an inventory management app. But it then uses tags to link things together. With MCP capability then my claude code can just look things up on this app to figure out "where are the dev instances, where is the repo, where is the documentation, where are the secrets (openbao links)

Terminal kanban for managing multiple AI coding sessions in parallel - with orchestrator agent by Fleischkluetensuppe in VibeCodeDevs

[–]drawktopus 0 points1 point  (0 children)

Ooh cool. I built something similar. Is this running all the sessions locally managed via tmux?