Minecraft Seeds (Java Minecraft 1.12.2 version)

I have to admit, there’s some pretty cool Minecraft seeds out there. Here’s the one I just ran into. I’ll post more information on it soon.

Village and Temple

Java Minecraft 1.12.2
Seed: 2773451647744737359
Java 8

Cliffside Village
Spawn point is by this wonderful cliffside village.
Dessert Temple
Spawn point is also by this dessert temple.
Caves and Creatures
Lot’s of creatures are available by the spawn point. There’s donkeys, sheep, cattle, and rabbits.
Lava Cave
Don’t fall in the lava cave by your spawn point.
Lotsa Caves
You can’t run in a straight line without finding a cave when you use this seed.

 

 

Floating Islands and Lavafalls

Java Minecraft 1.12.2
Seed: -5643160417678160709
Java 8

This see starts you on Wolf Island (my name for it). A short distance away by boat are plenty of sheep, llamas, mountains, and dark oak forests. My favorite part of the seed are the views of lavafalls and waterfalls. Also a few beautiful islands in sky.

Floating Island in the Sky
Nice minecraft seed for island spawn point.
Lavafalls and Waterfalls
Minecraft seed for lavafalls and waterfalls.
Arches and Lavafalls
Beautiful views in this seed.

Making Online Games

I’m making completely HTML 5 based games for online play. Here’s my current list.

2017

Ski, Penguin! Ski!

I was experimenting with Construct 3’s tile mapping for platformers, and ended up creating a skiing penguin. Go figure. I made this one compatible with mobile devices, phones, and old fashioned computers. I haven’t added any sound, but may revisit it later and add the “Penguin Death Squawk”.

Humpty Pong

Humpty Pong

I got bored this weekend so whipped up a simple game using Construct 3‘s free version. I called it Humpty Pong, because it has Humpty Dumpty and all the king’s horses and all the king’s men, and even features a wall. The graphics is from a massive web clipart collection I bought back in the 1990’s. Yeah, … old.

Use the arrow keys to move the men/horses back and forth. With each point added to your score, Humpty moves just a little faster. Humpty is also designed to change directions randomly, … sometimes without even hitting a wall. When the game ends, wait a few seconds and press any key to get a new game running.

System Requirements: Chrome 57 or equivalent.




Constructing Online Games

Creating games for the web has never been easier. There are countless options. You can make games in HTML5 using CSS, JavaScript and the ever-popular Canvas element. Or, you can use any number of game engines designed to create Internet-based games.

My current favorite tool for creation of online games is Construct 2. There are many game engines out there, but Construct 2 is my favorite because of the low cost, and the fact that Scirra (the maker of Construct 2) does not charge a royalty for games you sell or distribute using their engine. Many popular game engines want a chunk of your earnings if you create the next big internet gaming sensation. Scirra is happy to sell you a hobbyist or professional license. That is why you will see Construct 2 favored on this site.

Just because Construct 2 is favored, don’t expect TypeScript, JavaScript, Angular, and Node.js to be ignored. Making more advanced games, even with Construct 2, requires some basics knowledge of web programming. We’ll cover other types of web programming with an emphasis on game creation and tutorials that create simple games.

Now, let’s get your first game made with a brief Construct 2 game creation tutorial.

Continue reading “Constructing Online Games”