I’ve been struggling at getting information on war bases and a lot of sources aren’t very helpful to me and don’t give detailed information about the building process of a war base. Some of these sources only talk about their war base and why they designed it that way but they don’t cover where to start, where to place defenses, how to set up compartment and what buildings to put in them. But some sources have some info that I want or needed to know but I eventually found out after taking some notes these sources are like 3-5 years old and a lot has changed since then making the info I gathered useless. Because in 2019 they added 2 more th levels meaning more troops and it changes the gameplay and how we defend our bases. I did find 2 videos on YouTube with only one being helpful for me and my th11 base because the other covered th9 war base layouts but it didn’t have much detail. The next one was like a video on the fundamentals of war bases and covered many things including trap placement and how heavily it effects how well you defend against attacks. Here is all the info I gathered some outdated and some not:
I think most of my struggle was not just building the base but because of the releases of th12 and 13 last year people focused mainly on them so there were barely any th11 specific sources. then I thought of a solution that may help me break down these bases a lot easier, and that is to try and find war base information on lower town halls and try to climb my way up to making More advanced level war bases. Since I have a th6 account it may be the perfect starting point to learn how to build my war base and may actually teach me a round about way to approach the building process, design, and strategical placement that comes into play when building a war base. But I also have a back up plan just in case this ends up being a waste of time. So stay tuned if you want to see what I come up with next and if you want to hear my plan B option.🐓
Project was a fail because the pad was too small. In tall grass areas, the propellers get caught on the grass. The project would’ve been a success if the pad was 2-3 inches wider.
It’s been a while and I’ve basically finished the board game I was working on. However I couldn’t figure out the rules that I got from the web making my board game creation a fail. Since the original creators rules of the WIP board game Kerak were so complicated that I couldn’t figure them out after spending 2 months trying I had to give up on it.
So I had to think of a new project idea for maker space. It took me a while to come up with the idea but I finally found a project that could be useful to me and that is designing my own war base in clash of clans.
I usually consider myself to create fairly good bases however when it comes to designing a war base my mind gets completely stumped and when I think I’m making progress I’m ending up having to start over and go back to square one.
the things about war bases that are confusing, making it so hard for me to design is lack of information, little experience, the anti symmetrical design, finding ways to make the layout functional so that it doesn’t get 3 starred, where to start, ect. There are so many things that you have to take into account when designing them that one small mistake can lead you back to square one making you feel like it was a waste of time. Here are some examples of war bases that could give you an idea of why it’s so hard to create bases like these:
These are some war base designs I found online by pros. This may not look hard to make bases like this but trust me it is the most frustrating, stressful, irritating, tedious and time consuming process in clash of clans especially if you’re the type of person that hates it when things aren’t symmetrical or a perfectionist. So I’ve decided to spend time and try figure out how to design a good war base or at least an acceptable one. I gathered a some information but since there is so little to go off of and since some information isn’t up to date it makes it a lot harder and more confusing to solve a “puzzle” as hard as creating a war base in clash of clans.🐓
For my math project, I made a graphing polar sine interactive board. I made a function in Corel to make the shapes. You can change the frequency of sine in the program to get the shape you want. For all odd sine functions, the line will go around the shape twice. For all even sine functions, the line will go around the shape once. The code I used is shown below:
Sub polarsin()
'makes polar sine graphs
'by: Adam Key
'changes b changes the frequnce of the curve
Dim pi As Double
pi = 3.14
Dim angle As Double
Dim r As Double
Dim x, y As Double
Dim b As Double
b = 3
Dim crv As Curve
Set crv = ActiveDocument.CreateCurve
Set sp = crv.CreateSubPath(0, 0)
For i = 0 To 360
angle = i * pi / 180
r = Sin(angle * b)
x = r * Cos(angle)
y = r * Sin(angle)
sp.AppendLineSegment x, y
Next i
Dim s As Shape
Set s = ActiveLayer.CreateCurve(crv)
End Sub
I made a sticker for my basketball sweatshirt, it’s my last name.
I do a box in makerspace. This is my first wood box.
I learn to do box, and I use to put my pens
For the last few months, I have been working on a website for Shaw Nature Reserve. The website will be used to log and record data on animal sightings. The user will be able to record the conditions in which they found the animal (location, temperature, etc) and select the type and number of animal by choosing from the list. Once the it is submitted, the information is saved and can be viewed on a separate page. It is not a finished website, but there has been a lot of progress made and almost everything is fully functional.
For a long time me and my group have been trying to get dimensions and drawing planned out. We have been making this list of items and specific sizes for some of the other items. We are getting towards the phase of construction once we have all of our items accessible. We planned out how we are going to screw it in and make it sturdy. So we have everything pretty much planned we are just needing to move forwards.
I have designed and made ornaments for makerspace business club. The profits from the ornaments will go to maintaining and upgrading the makerspace tools.
Recent Comments