0x10^c - Notch's new game

Anything pertaining to video gaming whether it be old or new, PC or Console.

Moderator: Gaming Addictees

Post Reply
User avatar
ismetteren
Chaos Rift Junior
Chaos Rift Junior
Posts: 276
Joined: Mon Jul 21, 2008 4:13 pm

0x10^c - Notch's new game

Post by ismetteren »

Notch has recently made this website, which announces his new game 0x10^c. http://0x10c.com/

It is a sci-fi mmo-ish game taking place in space, but what strikes me as really fascinating is the fact that spaceships will have real 16-bit computers that control the ship and can be programmed. http://0x10c.com/doc/dcpu-16.txt

There isn't that much info yet, but it seems really ambitious and great, check Notch twitter feed, where a few more details can be found.
Image ImageImage Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: 0x10^c - Notch's new game

Post by dandymcgee »

Is that an April Fools' joke or not.. I can't tell.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
ismetteren
Chaos Rift Junior
Chaos Rift Junior
Posts: 276
Joined: Mon Jul 21, 2008 4:13 pm

Re: 0x10^c - Notch's new game

Post by ismetteren »

It is not, unless he is REALLY stretching the format(i.e. he is still posting serious sounding stuff about it in his twitter feed).

I do think there was an April fools joke where he said the name would be "Mars Effect" though.

There is already this subreddit about the CPU: http://www.reddit.com/r/dcpu_16_programming/ with a few emulators, an assembler, a disassembler and other stuff.
Image ImageImage Image
User avatar
TheBuzzSaw
Chaos Rift Junior
Chaos Rift Junior
Posts: 310
Joined: Wed Dec 02, 2009 3:55 pm
Current Project: Paroxysm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: 0x10^c - Notch's new game

Post by TheBuzzSaw »

The love the endian-swap in the plot. So pro.
User avatar
ibly31
Chaos Rift Junior
Chaos Rift Junior
Posts: 312
Joined: Thu Feb 19, 2009 8:47 pm
Current Project: Like... seven different ones
Favorite Gaming Platforms: Xbox 360, Gamecube
Programming Language of Choice: C++, ObjC
Location: New Jersey.

Re: 0x10^c - Notch's new game

Post by ibly31 »

I love the emulated 16 bit cpu's and virtual monitors + keyboards. It IS pretty damn ambitious, but here is a guy who has millions of dollars and a company behind him, so I think it may actually get somewhere. I know I'll be purchasing it once it (hopefully) gets to that point!
Image
Twitter
Website/Tumblr
My Projects

The best thing about UDP jokes is that I don’t care if you get them or not.
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: 0x10^c - Notch's new game

Post by LeonBlade »

I can't wait for this to come out, I really want to mess around with the CPU. I love the idea of having to manage memory in such a small environment like that, and how your power is drawn out of your ship and all that. Really really really cool stuff, I've been messing around with different emulators people have been posting, getting little tests to work, making sure I understand how the compiled code works, so far I understand all the documented stuff and could write out some instructions by hand. I'm glad we get this early look into it to prepare ourselves for what's to come!

This is probably the most interesting picture at the moment.
There's no place like ~/
User avatar
ismetteren
Chaos Rift Junior
Chaos Rift Junior
Posts: 276
Joined: Mon Jul 21, 2008 4:13 pm

Re: 0x10^c - Notch's new game

Post by ismetteren »

LeonBlade wrote:I can't wait for this to come out, I really want to mess around with the CPU. I love the idea of having to manage memory in such a small environment like that, and how your power is drawn out of your ship and all that. Really really really cool stuff, I've been messing around with different emulators people have been posting, getting little tests to work, making sure I understand how the compiled code works, so far I understand all the documented stuff and could write out some instructions by hand. I'm glad we get this early look into it to prepare ourselves for what's to come!

This is probably the most interesting picture at the moment.
You can already mess with the CPU now. As I said, there are several emulators, assemblers and disassemblers out there. I think this one is the most full featured at the moment: https://bitbucket.org/interfect/dcpu-emu/overview AFAIK it is the only one which implements the screen. On the other hand, it can't single step through the code, so debugging is a little hard.
Image ImageImage Image
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: 0x10^c - Notch's new game

Post by Falco Girgis »

Every line of code you write in any language ever is messing with the CPU. :shock:
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: 0x10^c - Notch's new game

Post by dandymcgee »

GyroVorbis wrote:Every line of code you write in any language ever is messing with the CPU. :shock:
The CPU, not a CPU, they were specifically talking about the CPU in the Notch's game that controls the ship.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
tappatekie
Chaos Rift Junior
Chaos Rift Junior
Posts: 204
Joined: Mon Nov 21, 2011 3:01 pm
Current Project: Web browser from scratch
Favorite Gaming Platforms: SNES, PSP, PS1 and 3
Programming Language of Choice: C#
Location: A house near me
Contact:

Re: 0x10^c - Notch's new game

Post by tappatekie »

This will be an awesome game!
Can't wait to see how far they take the CPU
Post Reply