[solved] Item system
Moderator: Coders of Rage
[solved] Item system
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.
- short
- 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
your question is not specific.
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
link: https://github.com/bjadamson
- mv2112
- 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
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.