Entries Tagged as ‘Coding’

September 23, 2006

Stickly

Today I made Stickly, it’s a fun little game in my opinion. Check out the new Creations page, it has the link to Stickly in it.
Here’s a screenshot:

That’s the first time I’ve ever used an image in a blog. Anyways, Stickly has a cool interface. It’s awesome. It looks like this:

Sweet [...]

September 8, 2006

RC1 Found, Will Travel

Ignore the cheesy title, or don’t.  I thought it was pretty good, anyways, right after this I am going to start downloading the Windows Vista RC1 ISO, and I will install it to a spare computer which I had Linux on.  Unfortunately, I haven’t been using Linux much and it’s a quick install so I’m [...]

September 3, 2006

Warning: New Idea

Lately, I’ve been doing a lot of casual web surfing (giving feedback on my script, watching the forums I go to), and a little gaming.  Not too much else.  I also received a Personal Message (PM) from a guy that thought one of my old adventure games was cool.  You can check that game out [...]

September 1, 2006

Read or Download Books in Google Books

Want to read or download books? I recommend Project Gutenberg which has been around for a while and has about 19,000 free ebooks on its site. It also has audio books, and some motion pictures. Well, Google Books is getting in on the game by allowing people to download full books. [...]

August 26, 2006

My OS Programming Is Lacking Motivation

I’ve been lacking motivation on making an OS, little bursts of energy scramble about here and there, but there’s nothing really driving me. On the other hand making a SubOS seems like a lot of fun right now. The reason is, I know I can do it, and I have the motivation (from [...]

August 25, 2006

My Work Unrecognized

I’ve been searching a lot for a problem recently with this kernel tutorial.  I don’t know the problem, I compile all the assembler and c, then comes the linker and I get a problem.  It says it cannot recognize the object file.  Oh well, I’ll figure something out.  Anyways, about the title, my scripts, they [...]

August 24, 2006

SubOS News Blog

I’m learning a little bit more about assembler and trying to learn some more each day. I want to assembler the resouces and then learn how to make my own operating system. I also started a SubOS News site, if you don’t know waht a SubOS is, a SubOS is an application that [...]

August 22, 2006

Assembler and OS Programming, VBScript and GML, and an E-Zine

I’ve been doing a lot of thinking/working. I’ll start from the beginning. Yesterday after looking at the bootloader I decided to learn some Assembler(Asm) before moving onto actually coding my own bootloader and learning more about the kernel. It will definitely be better in the long run. I found a great [...]

August 21, 2006

OS Devloping Tutorial, Easy As Pie

Easy OS Developing Tutorial
I’ve found some articles on developing a REAL operating system, easier than most. I’ll give you a slight tutorial, but don’t think I know a lot about OS development, beacase I know next to zero. I just give you the steps that worked for me:
1. Download NASM. Extract in folder [...]

August 4, 2006

Bugging Me

The bugs in my game are really getting annoying, and aside from an occasional update I probably will drop the project.  I might offer up the graphics, but they’re not so good.  I don’t think you would want them.  I promised a screenie, but my game isn’t good enough or have enough for the screenshot [...]

August 3, 2006

Lazy

I’ve been awfully lazy, haven’t even worked on the comic. That’s what I mean by lazy, not getting a lot done. Well, for the last hour or two I’ve been working on a new game. Nothing revolutionary, pretty simple stuff. I made a nice graphic (nice by my standards) and chose [...]

July 31, 2006

Scripting and Audio Games

I just today saw how much you can do with VBScript. It’s pretty sweet! Check this site out. The scripting for Vista that I saw a while ago looks pretty cool, and so does Google’s gadget interface for personalized home pages, desktops, and heck everything. I’m going to have to learn [...]

July 16, 2006

Confident About DirectX 9.0

DirectX 9.0 is sweet looking, I have it and the Platform SDK, and it’s all installed properly. My book for DirectX 8.1 threw up an error with this piece of code:
hconsole=CreateFile(”CONOUT$”,GENERIC_WRITE | GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
0L, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0L);
Don’t ask me why, because I have no clue. I found out the problem lies in [...]