diff --git a/src/.~lock.articleplan.ods# b/src/.~lock.articleplan.ods# deleted file mode 100644 index cc00179..0000000 --- a/src/.~lock.articleplan.ods# +++ /dev/null @@ -1 +0,0 @@ -,grid,grid-X570-I-AORUS-PRO-WIFI,30.07.2022 15:54,file:///home/grid/.config/libreoffice/4; \ No newline at end of file diff --git a/src/static/css/demo.css b/src/static/css/demo.css index 3b8ba39..e279395 100755 --- a/src/static/css/demo.css +++ b/src/static/css/demo.css @@ -4,16 +4,29 @@ grid-template-columns: 1fr; grid-template-rows: auto auto auto; grid-column-gap: 0px; - grid-row-gap: 2em; - color: white + grid-row-gap: 0em; + height: 45em; } - .banner { + .jump { grid-area: 1 / 1 / 2 / 2; text-align: center; - margin-top: 2em; + margin: auto; + font-size: 1.5em; + } - .box img { width: 10em; } + .jump img { width: 5em; } + .long { + grid-area: grid-area: 2 / 1 / 3 / 2; + display: grid; + grid-template-columns: 1fr; + grid-template-rows: repeat(5, auto); + grid-row-gap: 95vh; + height: 45em; + color: white; + overflow: auto; + } + .demo-game iframe { border: 2px solid #df85a5; padding: 10px; @@ -25,35 +38,10 @@ padding: 10px; margin: auto; } - .demo { - grid-area: 2 / 1 / 3 / 2; - } - - .box { - display: grid; - grid-template-columns: 1fr; - grid-template-rows: 2.5em 42em; - grid-column-gap: 0px; - grid-row-gap: 0px; - } - .jump { - grid-area: 1 / 1 / 2 / 2; - margin: auto; - font-size: 2em; - } - .long { - grid-area: grid-area: 2 / 1 / 3 / 2; - height: 44.625em; - overflow: hidden; - display: grid; - grid-template-columns: 1fr; - grid-template-rows: repeat(5, auto); - grid-row-gap: 50em; - } - - .splash { grid-area: 1 / 1 / 2 / 2; } - .system { grid-area: 2 / 1 / 3 / 2 } - .story { grid-area: 3 / 1 / 4 / 2; } - .characters { grid-area: 4 / 1 / 5 / 2; } - .info { grid-area: 5 / 1 / 6 / 2; + .demo { grid-area: 1 / 1 / 2 / 2; +} + .system { grid-area: 2 / 1 / 3 / 2;} + .story { grid-area: 3 / 1 / 4 / 2;} + .characters { grid-area: 4 / 1 / 5 / 2;} + .info { grid-area: 5 / 1 / 6 / 2; height: 50em;} diff --git a/src/views/demo.tpl b/src/views/demo.tpl index 114296b..1eb60ea 100644 --- a/src/views/demo.tpl +++ b/src/views/demo.tpl @@ -1,41 +1,88 @@ % rebase('frame.tpl')
- +
+

info

+

Blessfrey is a singleplayer action RPG game that will be playable in at least Windows, Linux, and HTML5. I'm going to sell it on Steam and wherever else lets me list it. It's being developed by me (chimchooree) in Godot Engine with original writing and art, though I'll need help with music and SFX eventually. My husband also helps sometimes, especially with writing plug-ins for the engine.♡ The full credits are available on the credits page.

+
+

timeline

+

Legless the Cat is the first demo. It has nothing to do with the game, but it's an important exercise for exporting and embedding an HTML5 game. I'd hate to make a sophisticated game over multiple years and be too inexperienced to actually share it with anyone. It also lets my kitty be in his own videogame! So cute.

+
+

As for the first real demo, I am currently creating a vertical slice of the game, focusing on a robust presentation of the skill system. This demo will be more of a tech demo than a game. It will feature 3 demo areas, and you will receive a bingo card directing you to try a smattering of what the full game will have to offer.

+
+

The next demo will demonstrate the game's faction system and AI, presenting more as a cutscene with unpredictable outcomes. A couple of different AI groups will wander around a map, intersect, then attack or aid according to affiliation. The faction system is rather complex, so I need to isolate it for testing purposes.

+
+

I think at this point, I will be able to put out a real demo. Demo #3 is going to be a level from the full game, introducing Rune and his multiphase boss fight.

+
+

If I can do that, I'll definitely be ready to make chunks of the game until the entire thing is complete.

+
+

No hard timeline on this, though! I've been working for years and finally am about ready to have something to show for it. Gamedev has been a deep learning experience, and I'm looking forward to sharing my results with you.

+