Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

sarahannstarmer

37
Posts
1
Topics
5
Followers
9
Following
A member registered Aug 10, 2018 · View creator page →

Creator of

Recent community posts

I have had this additional information pointed out to me via email.

"The Western Sahara was a Spanish colony and when Spain gave it independence it got occupied by Morocco. A guerilla war then began but Morocco won that a long time ago so maybe it should just be made part of Morocco. Some countries still recognise the Saharan government in exile.

Svalbard is part of Norway. You would have a similar problem with it as you have with Alaska, it's a distance from the rest of Norway.

MORE COUNTRIES YOU MIGHT WANT TO INCLUDE

Eswatini - it's between South Africa and Mozambique, used to be called Swaziland

Djibouti - it's on the coast between Somalia and Eritrea

Haiti - it's east of Cuba

Dominican Republic - it's east of Haiti

Qatar - it's on the coast north of the United Arab Emirates

Guinea Bissau - it's next to Guinea, on the west African coast

Surinam - it's between Guyana and French Guyana (it used to be Dutch Guyana, I worked with people from there in The Hague)

Trinidad and Tobago - it's two islands north of Venezuela

Sri Lanka - a big island country southeast of India

Seychelles - a multi island country east of Somalia

Taiwan - a big island country east of China (though China says it's part of China every other country has embassies there)

Tonga - a Pacific island country

Fiji - a Pacific island country

Cyprus - an island country south of Turkiye/Turkey

Israel - it's between Jordan and the sea

Bhutan - it's between India/Bangladesh and China

Cape Verde - a country of islands west of west Africa

Comoros - a country of islands off east Africa a bit northwest of Madagascar"

All of which is quite interesting.

Thanks for the feedback. I have done my best to fix it. I haven't got Sri Lanka as a png so it will have to stay missing.

(1 edit)

I have tried to fix the spelling mistakes and you can place Canada now. 

The sprites are from Paper Pixel. It is a free sprite sheet on itch.io and the jump mechanics are from the Unity Platform Micro Game. I cobbled it together because when I saw those very pretty sprite sheets from Paper Pixel, I just had to make something with them.

Am I right in thinking that you can download these images but yo can't use them?

Thank you. You are a great artist.

Link to scripts file.

https://github.com/PortreeMathsTutor/Toxic-Frogs

(1 edit)

I used the asset

WW2 Crew Weapon Granatwerfer 36 Demo

from the Unity Asset Store.

  https://assetstore.unity.com/packages/3d/characters/ww2-crew-weapon-granatwerfer...

When I attempted to make the soldier character from the asset into a prefab, I encountered an error. The solution was to keep the german soldier gameobject in the scene all the time and not make it into a prefab.

Check out this video about slerping.

Hello Ahana, you might find these flashcards helpful. https://quizlet.com/308723594/national-four-maths-revision-cards-flash-cards/

What great tutorials with scripts to copy and paste from Jason Weimann.

https://unity3d.college/2018/02/01/build-3rd-person-shooter-unity/

Github code. https://github.com/PortreeMathsTutor/ThirdPersonShooter

https://codepen.io/portree-maths-tutor/pen/gOGzEXv

Here is a link to a "Clik Screen To Move Character" script and a "Follow Player" script and a "Control Animator Float For A Blend Tree"  script.

https://github.com/PortreeMathsTutor/NavMesh-Scripts

(1 edit)

Hi I used the sprites from this asset on the Unity Asset Store :

https://assetstore.unity.com/packages/templates/tutorials/pew-pew-89318

and rewrote the scripts because they weren't working. Find my scripts for the game here on my GitHubPage.

https://github.com/PortreeMathsTutor/Space-Galvaders

(2 edits)

All my games are free. I am a middle-aged lady who doesn't know a lot about javascript but I make games anyway because it's a hobby, and I like making pretty things. Most of the games I make are one page of javascript type games so I usually add a link to the code in Codepen. I love to see what other people have made especially when they put a link to the code. If you want to add your own games that would be great.

https://sarahannstarmer.itch.io/space-invaders-again

Here is a link to the code. https://codepen.io/portree-maths-tutor/pen/ZEazwmL

Google this

If you have an N5 Applications Maths Prelim tomorrow.

Notes Kinross High N5 life skills.pdf

It is excellent.

Fixing the resize problem was easy I just added this.

window.addEventListener('resize',

function() {

    canvas.width = innerWidth;

    canvas.height = innerHeight;

});

https://codepen.io/portree-maths-tutor/pen/bGozywa?editors=0010

This is such a simple basic game but there is still a bug. The bug is, that when the screen is resized it stops working. I vaguely remember Frank's Laboratory on Youtube has a solution to this so I shall go look and see if I can fix it.

https://codepen.io/portree-maths-tutor/pen/MWELERg?editors=0011

(1 edit)

  Here is a link to my code pen.                                                                                     https://codepen.io/portree-maths-tutor/pen/MWELERg?editors=0011

The island that I imported came from here. https://holistic3d.com/resources/?

If you want to make a website to host your games this code would be a good place to start

https://codepen.io/portree-maths-tutor/pen/qBPWNwy

https://bxsqicnnd0w1kwvazl503w-on.drv.tw/Blogging/

The code. 

https://github.com/PortreeMathsTutor/Spiders/tree/main

This isn't really a game.

I haven't finished making the terrain yet.

When it is finished I might make a game set on the nice island.

At the moment it is a work in progress.

When I made this game I used the Advanced example scene. I had to create a few extra scripts.

Here is a link to those extra scripts. https://github.com/PortreeMathsTutor/Infinite-Terrain/tree/main

Link to code 

https://github.com/PortreeMathsTutor/Chaos-Emulator/tree/main

GitHub scripts

https://github.com/PortreeMathsTutor/Level3/tree/main

See the scripts on GitHub

https://github.com/PortreeMathsTutor/Level1/tree/main

(1 edit)

This is the first game I have made using ProBuilder. That is why I called it Level1. I hope to make another level using Probuilder soon. Guess what I am going to call it? If it freezes click the screen. If it all goes upside down enable fullscreen or disable fullscreen that seems to fix it. I don't know why.