Wednesday, November 30, 2022

What I should do is make divs labeled with some text...

Going for a session, I think...

27 November 2022- Font Fun!

I'm working on a solo game...

Blob landmass

21 November 2022- Strips of Land and Sea

Strips of land and sea! I want to set up a while loop to fill in the of the world map.

Cursive font, was trying for papayrus

Fun with local storage!

I was playing around with local storage. ✓

Insert Data
Local Storage
Today's prompt was 'cornucopia'. This always makes me think of a cornucopia plant which provides everything a person could want to eat...


I'll copy and paste the picture of my sketch in here as always.


Tuesday, November 29, 2022

Fun with local storage!

Fun with local storage!

going to play around with local storage. ✓

Insert Data
Local Storage

My To Do List Homework (thanks to Code Duck)

29 November 2022- Code Duck To Do List

To Do List

Enter a to-do in the box then click the 'plus' sign to add it to the list, click the item to put a line through it and double-click to remove.

Today's prompt was 'the dove of peace'. Another good one...


I was working on clickable divs last nigh, and I think that I need to try to do a different kind of to do list tonight.

Monday, November 28, 2022

Working on some marching triangles

28 November 2022- Marching Clickable Divs!

I have the page draw a random clickable quad div. I want to subdivide it into a triangle fan. The four triangles will be clickable.

Today's prompt was 'pear'.


I should work on the pointy oval world map, but I'd like to try to do something with the clickable divs.

Sunday, November 27, 2022

Adding that random word generator

27 November 2022- Font Fun!

I'm working on a solo game...

Let's start with a low level fantasy setting. What shall I call it? I went over the random name generator, but I need that code over here! iunoh. I think we'll go with You-noh, okay?
40% IDK what I rolled that for, but let's say that's the chance that there are neighboring kingdoms. 12% is under 40% and there are more than one. More than two? 18%, so again, yes... 89% which is less, so not more than three. I'm going to need some names, again, need that functionality!!! 
wiexk and zocae
Whyx-kah and Zoh-chay?
Or Wih-ex-kah?

I think I will call it there

Prompt utility with random percentiles button

27 November 2022- Font Fun!

I'm working on a solo game...

Today's prompt was 'basket'.


I'm going to work on the solo rpg utility this afternoon (which I just did).
Fortune Cookie Wisdom from the King Buffet yesterday, which is where I'm going after I give blood from not on- 'A schedule defends from chaos and whim.'

Saturday, November 26, 2022

Yet another name generator

27 November 2022- Name Generator

Gonna roll some random names here...

Okay...

20 November 2022- Strips of Land and Sea

Sinusoidal pointy oval world map.

A little better...

20 November 2022- Strips of Land and Sea

Strips of land and sea! I want to set up a while loop to fill in the land area of the world map.

This mornings' prompt was 'bike centaur' (you may have seen a commercial...).


I will need to convert the for loop to a while loop to draw land mass inside my sinusoidal POWM. That and I keep looking at how to set up a to-do list. I can use some sort of solo game builder on my blog.
I got something done with the POWM, but I'm not really happy with what I have done so far. There are serious horizontal bits that look bad, but there are places where it leaves open bits of sea which I like a lot. Sigh.

Friday, November 25, 2022

Trying again

20 November 2022- Strips of Land and Sea

Sinusoidal pointy oval world map

Today's prompt was 'gray alien'. The little dude is offering a hand...


I'm having an incredible amount of trouble with my divs in my blog!

Thursday, November 24, 2022

Move with mouse

25 November 2022- Move with cursor

Place Div block

24 November 2022- Placing Divs

Placing divs

Frustrations...

6 October 2022- Pick A Point!

Click in the green offset button to set the XY offset!

Today's prompt was 'robot' and I drew Honda's Asimo.


We finished off the mash potatoes and corn, but not all the peas and there's like a giggatonne of turkey left to get through. I'm finishing off my vanilla fudge ice cream and I'll eat what's left of my turkey leg and make a sandwich, after I get something accomplished for once. I don't know if Father Brown is on ronight, but the old chromebook has bricked itself again and not returned from beyond, so I'm down to the the wide screen used chromebook and the teeny-tiny used chromebook, which hasn't been out of it's sleeve in a while, I should check on it...

Wednesday, November 23, 2022

Today's prompt was 'distressed damsel'. So I sketched a royal princess sacrifice and a smallish dragon...




I see that it has been weeks since I wrote a paragraph about the horse of a different color which I wanted to write for space westerns. This is in the North Country on the heavenly mountain, tienshan. When the humans and dragons tried to set up an accidental colony, the CC actually had some things along those lines. The nsf had worked with the dod on a cache of just in case supplies and we have orange cattle, bounty breads and several colors of horses.

Tuesday, November 22, 2022

Block-y

6 October 2022- Pick A Point!

Click in the green offset button to set the XY offset!

Today's prompt was 'tramp freighter'.





Monday, November 21, 2022

Back to ziggy landmass

21 November 2022- Strips of Land and Sea

Strips of land and sea! I want to set up a while loop to fill in the of the world map.

Today's prompt was 'jellyfish'.


Tonight I have to get some landmass drawn!

Sunday, November 20, 2022

Yet another placeholder

21 November 2022- Font Fun!

I'm working on a solo game...

Trying again

20 November 2022- Strips of Land and Sea

Strips of land and sea! I want to set up a while loop to fill in the of the world map.

Today's prompt was 'hummingbird', or birds, actually...


So far all I have to output from text are is all in a single line. I want to figure out multiline...


Saturday, November 19, 2022

Fonts and a text area

19 November 2922- Font Fun!

Fun with fonts! This is cursive.
Write something in the text area below, please?

Today's prompt was 'horseshoe crab'. The upside down one is waving it's tail and legs madly, poor thing...


I have an idea about how to draw some irregular polygons with a little math. I will make a rough shape inside my sinusoidal pointy oval world map, then start pulling on the points which make up the perimeter. The random point will interact with the closest vertiex  and cause that vertex to move halfway to the random point. If the random point is inside, the perimeter will move in a little, or if outside, move a bit outside.

Friday, November 18, 2022

I just got the broken cask and I need to play it. It's a solitaire tavern running game. I want to take notes and figure out how to make a colony game.

Back to hiding the offset div after it does its' job

7 November 2022- Draw Shape!

Click in the green offset button to set the XY offset!
I want to draw a polygon and save the points in a list of polygon vertices. Once we have three points the page will draw the simplest polygon, a triangle, calculate the area and find out if the vertices are in a clockwise or counter-clockwise order.
Using divs meeans I need to figure a few things out about how to shape the div and place the div from the top and from the left.
Actually, no, I'm just going to make the parent offset div as wide and high as I need it to be, while cutting down to the polygon shape I want. For one point, that's a circle, for two points it's a thin quad (actually a rectangular hexagon) and for three points it's a triangle, and then we start making ever more complicated shapes!

Today's prompt was 'goose'. I'm pleased with it.


I got my shape-drawing code to play nice, or nicer, anyway. I'm resizing the parent offset div to greatest x and y. Now I just need it to draw my polygons... I have points down, a line is just a thin quad or rectangular hexagon since I intend to draw the corners at points perpendicular to the endpoints. Initially they would be at the endpoint plus and minus dx and dy (a thick line!), then resized to 2 pixels away. The simplest polygon is three points wound clockwise or counter clockwise, then we would place subsequent points in the list of vertices based on proximity, effectively breaking and moving the nearest edge in or out, inserting the new point between the two nearest vertices of the polygon. I can then recalculate the area of the polygon after each change.

Thursday, November 17, 2022

Well this isn't working! 8-P

7 November 2022- Draw Shape!

Click in the green offset button to set the XY offset!
I want to draw a polygon and save the points in a list of polygon vertices. Once we have three points the page will draw the simplest polygon, a triangle, calculate the area and find out if the vertices are in a clockwise or counter-clockwise order.
Using divs meeans I need to figure a few things out about how to shape the div and place the div from the top and from the left.

Today's prompt is 'horseshoe'. I'll copy and paste it into the blog this evening as per usual.



Wednesday, November 16, 2022

Factions

17 October 2022- Oracle

I want a utility for creating factions. This faction needs a name and will probably have significant subdivisons, or sub-factions. One subfaction will control the whole faction because this subfaction has most of the power and resources, although maybe not for long...

Faction information goes here