How it started...
Intro - why this blog?
This blog is mostly for people who know software development and would like to understand how ChatGPT can and will change the way we are developing software.
Warning: this is about real (Javascript, Java) code.
Back then, in the old days,
I had developed an Android RPG I and a few hundred users found fun. In retrospective it was probably way too complicated for an app.
The idea of the game was: turn any web page into a dungeon: words are turned into monsters and weapons - the longer the word the more powerful the monster or weapon. Vowels determine the elements of the monster and weapon, consonants define the behavior of the monster.
I also used the web page to dynamically generate the dungeon - nothing you saw was random or pre-thought, all came from the web page.
That was the mighty home page of the game I did: web raid mobile.
Reboot, simplified, in Javascript
I still like the core idea of fighting complicated words like "butyrylcholinesterase" turned into monsters. With a different (simple) level design, this could be a nice roguelike.
And instead of an Android or iOS app, I want to do it as a web app, as client-only as possible, in Javascript. The thing is: I have no clue about Javascript. Okay, I have a clue but I'm far from a Javascript developer. I know Java, and C, and C++, and ..., but not JS. But I can read Javascript well enough to understand what it's doing; I'm a CS major, and I have an AI that I can talk to in order to develop stuff for me - ChatGPT.
Let's see how far I can get.
Kommentare
Kommentar veröffentlichen