Blob landmass
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
I was playing around with local storage. ✓
Tuesday, November 29, 2022
My To Do List Homework (thanks to Code Duck)
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.
Monday, November 28, 2022
Working on some marching triangles
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.
Sunday, November 27, 2022
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
I'm working on a solo game...
Saturday, November 26, 2022
A little better...
Strips of land and sea! I want to set up a while loop to fill in the land area of the world map.
Friday, November 25, 2022
Thursday, November 24, 2022
Frustrations...
Click in the green offset button to set the XY offset!
Wednesday, November 23, 2022
Tuesday, November 22, 2022
Monday, November 21, 2022
Back to ziggy landmass
Strips of land and sea! I want to set up a while loop to fill in the of the world map.
Sunday, November 20, 2022
Trying again
Strips of land and sea! I want to set up a while loop to fill in the of the world map.
Saturday, November 19, 2022
Fonts and a text area
Fun with fonts! This is cursive.
Write something in the text area below, please?
Friday, November 18, 2022
Back to hiding the offset div after it does its' job
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!
Thursday, November 17, 2022
Well this isn't working! 8-P
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.
Wednesday, November 16, 2022
Factions
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