The Broken Mind

Profile
Nowhere
You are in a maze of twisty little passages, all alike.
88 comments
89 entries
Advertisement
nolongerhere
July 29, 2008
New Project
I tried using a particular engine for my latest game idea, but it doesnt seem to be the engine for the job. So I decided id go on a learning trip and make a engine for nothing more than the game I have in mind.

I was inspired by a lib of Raymond Jacob's and have started working on my own version of …
441 views
nolongerhere
July 28, 2008
10,000
10,000 views!
Yaay!!

Im back from bama once again. I saw the batman movie at the Nasa SpaceDome Imax theatre which was unreal, after the initial nausea caused by the massive screen, it was awesome.

Hopefully I can have a game dev post sometime tomorrow. Ill try?
524 views
nolongerhere
July 25, 2008
Wizard??
Im off to see the wizard.


be back monday
435 views
nolongerhere
July 21, 2008
Bunny!
515 views
nolongerhere
July 18, 2008
Side tracked
I first planned on working on the compiler today and maybe dabble with a net meeting like program that lets you view other peoples screens.

It turned out I worked on a key logger and making a class for the keyboard hook. Which I also used so that when I press SHIFT+CTRL+ALT no matter what window is …
813 views
nolongerhere
July 17, 2008
College
I attended summer welcome today at the college I will be attending come next month, Austin Peay State University. I finally got to sign up for all of my classes. Though I did get all of the classes I wanted, the days and times of the classes are pretty spread out.

Im excited to see how Intro to Pro…
507 views
nolongerhere
July 16, 2008
Tokens

class test
{
method main()
{
int32 a;

mov a, 50;

ld "Hello";
call System.Console.Write(string);

ret;
}
}




443 views
nolongerhere
July 15, 2008
Smooth Sailing
In the process of trying to clean up the compiler code, I made a few pretty useful classes. The classes dont do much, they are basically for the organization of the compiler.

Class Partition I love this. I use it to organize the output code. For example, I could have one for the header, the variable…
424 views
nolongerhere
July 14, 2008
SIL

SIL

Ive been working on a compiler and trying to learn about CIL at the same time.
So I worked up a few examples using a simplified version of CIL and have been working on a compiler to take that simplified CIL (lets call it.. SIL? haha) and compile it into CIL.

SIL so far in my design just makes it so t…
407 views
nolongerhere
July 13, 2008
Yay!

.assembly hello { }
.assembly extern mscorlib { }

.method static void main()
{
.entrypoint
.maxstack 1

ldstr "Hello, World!"
call void [mscorlib]System.Console::Write(string)
call string [mscorlib]System.Console::ReadLine()
pop

ret
}


487 views
nolongerhere
July 12, 2008
Hm.

Hm.

I downloaded MS Visual C# 2008 Express and thought id play around with C# since I havnt used it in over a year.

Then I was thinking about the idea of making a compiler that compiled to CIL so I just wasted my whole day on messing with CIL.

If anyone knows MSIL/CIL out there, please tell me why this c…
574 views
nolongerhere
July 09, 2008
Overwhelmed!
I have a lot on my todo list.
1) Find a job.
2) Finish the website for a local hunting group/business.
3) Lask.
4) Secant.
5) Maive.

I dont even want to think about finding a job right now. But for the rest of the night and probably most of tomorrow, ill be working on the hunting site which will bring me…
414 views
nolongerhere
July 08, 2008
Lask Revision 4
Revision 4:
SUCCESS!


My goal was to get the running, jumping, and collision working perfectly.
I did it.

It didnt take much time on this revision (experience helps a lot :-p) but as I already knew, I would have to scrap this version because it would be a pain to make jumping the way I want it to be.

Goa…
496 views
nolongerhere
July 07, 2008
Back!
Im back from Huntsville!

Tomorrow ill be spending all day on Lask so HOPEFULLY I can get some real progress done.

In the mean time, ive been playing Megaman & Bass, possibly my favorite megaman game. All I have left is Dynamo Man before I go off to face Willy! Ive also completed about 4 bosses …
430 views
nolongerhere
July 04, 2008
Design
Oh my, ive actually been designing a little bit of the game before rushing into it!
Ok actually, AFTER I already rushed into it. As a result im going to have to basically redo most of the code since its messy and buggy. But ah well, I think I can get it working RIGHT and be done with this section of…
424 views
nolongerhere
July 03, 2008
Frustration sets in


Like I said, im turning this more into a megaman-like game.

I just spent 6 hours on redoing just about all the code over and over.
So now you can run and jump and it animates it just about right.

Problem is when you land, it looks as if you bounce up a pixel or two then snap back down.

Im not sure whe…
466 views
nolongerhere
July 02, 2008
Short Entry
I redid the movement system.
You automatically run and you dont skid.

Other than that, I sat down and tried to design out the game.
I really want to change the game around.
I played the first Megaman game and im leaning towards designing it kinda like that now. Im thinking about giving the main player…
398 views
nolongerhere
July 01, 2008
Meet Lask
Thanks for the feedback guys.
I need some comments on the problems below.
Read this. Then gimmie feedback.

Ive gotten a lot of progress on the game but first let me tell you a little bit about the game!

Game Idea:
Its a 2d side scroller with very simple graphics. You control Lask. The game is unique bec…
489 views
nolongerhere
June 30, 2008
Wanna meet Lask?
Ahoy there!
I have made much successful progress on my new game, Lask.
I know my journal may not be as entertaining as other journals but im really trying to get this one going. So please leave me feed back!

Id love to write up a nice post that goes into what exactly my game is about but does anyone o…
496 views
nolongerhere
June 30, 2008
Game: Lask
Game: Lask

...or that is will what it will be called for now.

Ive spent quite a bit of time just getting the sprite system set up so nothing really to look at just yet. But heres an in game pic. In the mean time, im going to bed.

More info/pics soon!

442 views
nolongerhere
June 28, 2008
Lalala
Why does it seem like everyone just wants to make their own version of existing games?

I know its hard to come up with an entirely orginal game but still.. but doesnt just coming up with your own story for a rip of an RPG about some guy with a sword or some copy of a 2d side scroller with some added…
394 views
nolongerhere
June 27, 2008
Hmmm
I need a game idea.

It seems everyone has thousands of game ideas brewed up in their head but limited by their time and skill.

For the past 3 days ive been sitting around looking at indie games and making little "demos" of different things.

The last one I made was where you played a little animated ta…
295 views
nolongerhere
April 14, 2008
Oh, I am alive.
Hello there my fellow..unique people. Its been a while since ive touched a computer with the intentions of programming. But ive been craving it again and decided maybe I should try my hand at a simple game, start to finish.

Im going with a 2d platformer, I have enough code laying around that will d…
264 views
nolongerhere
February 04, 2008
--

--

Oh, I am alive.
303 views
nolongerhere
December 27, 2007
Rawr
This morning I decided to grab RakNet and give it a go. I thought a pretty simple chat system would be a nice short project to work on during my Christmas break.

At this point the server just sits there and accepts connections.
The client is able to connect to the server and send messages.

What I need…
300 views
nolongerhere
December 16, 2007
Done!
It works. It sill only does absolute links though. I guess im done with it since I dont see any things to use it for.

I like the notion of interacting with websites using a desktop app, I have never done something like that. So I will probaly think of an idea for my next little project based off th…
371 views
nolongerhere
December 16, 2007
First Step
I have been working on this little web crawler and at this point it gets all of the absolute links (doing relative links will be a pain, ugh...) from the given website. My next task is to make it keep going after finding all of the links from the first page. That will be easy enough. But making it…
284 views
nolongerhere
December 16, 2007
First Step
I have been working on this little web crawler and at this point it gets all of the absolute links (doing relative links will be a pain, ugh...) from the given website. My next task is to make it keep going after finding all of the links from the first page. That will be easy enough. But making it…
303 views
nolongerhere
December 15, 2007
Project Idea
In the search of something to do, I thought that I would write a web crawler. And in C#, which I have never really used that much. I have no idea what I will do with it but it seems nifty. Maybe I will adapt it to a more specific task but until I think of one its just going to do a breadth-first se…
243 views
nolongerhere
December 13, 2007
-

-

Oh, I am alive.
339 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement