Skip to main content
GameDev.net gamedev.net

Hakiko's Blog

Member since Feb 2005

All Posts

First pass at redesign of parser

First pass at redesign of parser

OK this is what I came up with at work:My basic plan is to have one class that parses through the input buffer and puts each word into a vector. It...

· 1.1k
Baby Step 1

Baby Step 1

I have decided to revise my parser and make it OOP. I think I can have a class that would be the input buffer. This class would have functions that...

· 1.2k
Text adventure

Text adventure

Got my first attempt at a more complicated parser working (parser) woohoo! synonyms!Next step is to have it tokenize the input and combine it with my...

· 1.1k
A little research

A little research

After doing some research I have decided that I will use tokens for my text adventure. This will make it very easy to handle synonyms. It has also...

· 1.1k
First entry

First entry

Got signed up for GDNet+ today. I am graduating in a few days with a BA in Mechanical Engineering (resume) and hope to spend a lot of time between...

· 1.3k · 2