A quick preview of a Minecraft-style game I'm working on for CPC, "AmsCraft". Only drawing the screen and player sprite at present. Written mainly in C using SDCC/CPCTelera but with assembler to draw blocks. Haven't figured out what the game will actually involve yet, open to suggestions...
Looking for someone who can contribute some music that sounds roughly like the familiar (if you have kids) Minecraft music. Last time I collaborated with "Mr Lou", not sure if he is still active but he created some brilliant music/sfx...
Looks very nice. Eventually it will help *me* understanding what actually that Minecraft is. :laugh: :)
That definitely looks the part.
Impressive.
Maybe it'll help me understand what minecraft is too
8) :o 8) :o ;D
Indie Retro News: The latest free games, indie games and retro news: Minecraft (http://www.indieretronews.com/2015/06/minecraft-being-ported-to-amstrad-cpc.html)
impressive, amazing, astonishing :o
Needs more creepers! :D
Quote from: lachlank on 21:56, 25 June 15
Looking for someone who can contribute some music that sounds roughly like the familiar (if you have kids) Minecraft music.
How offensive; some of us have Peter Pan syndrome. ;)
Quote from: seanb on 22:34, 25 June 15
That definitely looks the part.
Impressive.
Maybe it'll help me understand what minecraft is too
You could try Minetest (http://www.minetest.net/) to get a fairly decent free MC clone. Although it strongly depends on the subgame how similiar to MC MT is.
Not a fan of Minecraft at all (I find it a tedious and ugly experience) but I find this project interesting in how it's attempting to translate the game into an isometric style.
And it has a better excuse for looking blocky too. :)
I am not into Minecraft, but this looks a nice adaptation already.
Quote from: Optimus on 13:50, 26 June 15
I am not into Minecraft, but this looks a nice adaptation already.
Same here, this looks soooo Amstrad-y! :)
Quote from: Morn on 11:53, 26 June 15
How offensive; some of us have Peter Pan syndrome. ;)
That means.... you can fly? :laugh:
Quote from: TFM on 22:23, 25 June 15
Looks very nice. Eventually it will help *me* understanding what actually that Minecraft is. :laugh: :)
I'm glad I'm not the only user on this forum who doesn't 'get' Minecraft at all!
It looks incredibly nice, and much more taking into account how fast you have developed it. :D
Quote from: TFM on 20:00, 26 June 15
That means.... you can fly? :laugh:
Not, but I can play Minecraft all day because I don't have kids. :D
Of course, in this age of YouTube Let's Plays and Steam summer sales, there is really no excuse for not knowing the latest games, whether you have reproduced yet or not.
Quote from: Nich on 20:20, 26 June 15[/size]I'm glad I'm not the only user on this forum who doesn't 'get' Minecraft at all!
Open world gaming in a fully destructible enviroment. Think Gauntlet or Boulder Dash, combined with Atari Adventure or Legend of Zelda, except in 3-D and with on-line play and with infinitely extensible gameplay using mods. How can you not get that?
And MC definitely caters to the retro crowd too, e.g. you can play Lemmings or Pacman in MC:
[/font]
[/size][/font]
Ah! It's something like the PacMan Emulator of SyX! Got it! :laugh:
Quote from: TFM on 21:19, 26 June 15
Ah! It's something like the PacMan Emulator of SyX! Got it! :laugh:
No, it doesn't use the Pacman ROM or any external programs such as MAME. This is not just rendering Pacman to a texture and putting it in a 3-D game (like Outrun in Shenmue 2) but a complete reimplementation of the game in Minecraft command block logic.
Everything you see including the screen is made from Minecraft blocks (with a little help from a custom texture pack). So the dots, ghosts, and Pacman are all blocks (or banners/carpets) that are moved around by the logic in the command blocks in the arcade machine. You can see the inner workings at 6:25 when he drops inside.
And players have built far more complex machines such as this working calculator. MC is like a mashup of Lego and Fischer Technik. :)
only thing i know about minecraft is that some guy at work also know as the professor meant derogatorily has a blog online about his worlds hes created and its a bore to listen to the professor also thinks hes sheldon from the big bang theories tv show but thats not the point who cares what minecraft is or isnt.....
thanks to lachlank its now on CPC if only in short demo form and looks rather cpc cool !!!!!
So Minecraft is a redesign of Spindizzy & Sim-City? :D
I hate minecraft but I will definitely honor this!
Quote from: AMSDOS on 10:10, 27 June 15
So Minecraft is a redesign of Spindizzy & Sim-City? :D
SpindizzyCraft :D
For those who don't know what Minecraft is, I've made a simple gameplay video creating a new Mincraft world and starting to play. Minecraft is just an open world simulator where everything is modifiable. That's like a giant interactive Lego, but with blocks that have different behaviours and can be used for different purposes.
In the video I do this:
- I create a new world
- I start searching for some trees (the first interesting thing to do is getting some wood)
- I create a crafting table and create some tools to work.
- Then I look for some materials (Cobblestone and Granite) to build a small house
- It is interesing to build a house at first to protect ourselves from nightly creatures (although in this video no creature appears)
- Then I plant some seeds to grow plants that will be useful later on to have some food.
Maybe one should add that Ronaldo's video shows Survival mode, while my videos are builds done in Creative mode (i.e. no need to gather resources or fight mobs).
As you can see, adding creepers would make this game 100% better. Perfect camouflage with the CPC colour palette too. :D
(http://i.imgur.com/ls31b7i.png)
QuoteSpindizzy & Sim-City
SpinCity or SimDizzy ?
Quote from: MacDeath on 17:27, 03 July 15
SpinCity or SimDizzy ?
The latter sounds like a night on the singing syrup lol.
CPC Retro Dev got me inspired to do some more work on my Amscraft game. Have added a basic title screen and initial music, plus scrolling between screens. The world consists of 65,536 x 65,536 x 10 blocks, and the idea is that the world will be programatically generated with the user's modifications overlaid. Plenty of work to do yet.
Congrats to all those who submitted games for the retro dev comp, some of the screenshots looked amazing.
I use Crafting - Minetest Wiki (http://wiki.minetest.com/wiki/Crafting)
It has wiki, multiplayer servers, Lua-scripting, a lot of mods, fine graphics and it is free. ;D
It has also C-sources...
Looking very good
This is looking great!
Keep it up!
This is looking surprisingly good! I'm really impressed.
I do have one question though: why go for isometric 3D in place of first person? I'm probably missing the obvious point that it's a lot less processor-intensive or something, but I'm still curious.
It really looks very nice!! :D
About the isometric 3D instead of first person, well, the author is the one that should answer this but, if this game works as the rest of isometric titles in the CPC, the reason is that the isometric view is actually not real 3D, but a collection of tiles in different heights. This is much more simple to calculate than a real 3D world and, besides, you do not have camera movements, etc.
8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
This looks damn impressive. I would suggest adding a couple of frames to the brick generation as to smooth its appearance a bit, but maybe that's just me.
Nah! Why waste time an memory? The result counts (= new brick visible). :-*