adventure
Simple Natural Language Parser in Objective-C
I\'m building this app for Mac OS X v10.6 I\'m building a text-based adventure and I\'ve created a very simple natural language parser that can process the commands that the user types. So far it wor[详细]
2023-04-11 16:54 分类:问答Inheriting classes for a text-based game
I\'m trying to create a text-based game for class and i\'m stuck on trying to get my main class, GCPUAPP, to read from my Artifact class.[详细]
2023-02-12 05:55 分类:问答Pushing item locations in Casting SPELs
I\'m going through Casting SPELs in Lisp and this is the proposed solution to handling picking up objects:[详细]
2023-02-08 22:42 分类:问答Using Switch-blocks to Parse input for a Text Adventure?
Okay, I have a goal right now to make a basic text adventure. To do this, however, I would need/want to have a switch statement t开发者_开发问答hat can do the following:[详细]
2023-02-05 22:57 分类:问答Coding interactions in a text adventure
EDIT: If you can\'t be bothered to read this mammoth question, I\'ve put a summary at the bottom. I\'m currently working on a sort of \"framework\" for a text adventure I am going to make in C#, as a[详细]
2023-01-18 06:23 分类:问答Query Regarding Design of Class-based Text Adventure Game.
I\'ve been learning C# over the summer and now feel like making a small project out of what I\'ve done so far. I\'ve decided on a sort of text based adventure game.[详细]
2023-01-07 06:57 分类:问答Reverse bit pattern in C
I am converting a number to binary and have to use putchar to output each number. The problem i开发者_运维百科s that I am getting the order in reverse.[详细]
2022-12-20 12:49 分类:问答