[solved] Item system

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
pythip
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 33
Joined: Sat Apr 24, 2010 11:25 pm

[solved] Item system

Post by pythip »

I am currently designing a game, and would like to make an easy way to add items to my game, I'm thinking in a way of a scripting language but don't know which is the best to use with c++, or which books are useful, any suggestions?
Last edited by pythip on Mon Apr 26, 2010 7:49 am, edited 1 time in total.
User avatar
short
ES Beta Backer
ES Beta Backer
Posts: 548
Joined: Thu Apr 30, 2009 2:22 am
Current Project: c++, c
Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
Programming Language of Choice: c, c++
Location: Oregon, US

Re: Item system

Post by short »

your question is not specific.
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
User avatar
mv2112
Chaos Rift Junior
Chaos Rift Junior
Posts: 240
Joined: Sat Feb 20, 2010 4:15 am
Current Project: Java Tower Defence Game
Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
Programming Language of Choice: C/++, Java
Location: /usr/home/mv2112
Contact:

Re: Item system

Post by mv2112 »

Yea, elaborate more on what your question is. However, I would recommend Lua as your scripiting language, it has an easy syntax and there are add-ons like toLua++ or LuaBind that wrap C++ classes for you to lua, like an item system, so you can add items from Lua itself.
Post Reply