CodeIgniter Forums
CodeIgniter game developing - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: CodeIgniter game developing (/showthread.php?tid=67209)



CodeIgniter game developing - Athov - 01-26-2017

Hello,

I'm trying to make a game and I'm using slim at the moment but after millions of problems I'm thinking of switching to something else like CodeIgniter or Symfony. I have already made almost all libraries/classes that I need. So will CodeIgniter be a good choice or should I go with Symfony.  Huh

Thank you.


RE: CodeIgniter game developing - gaska96 - 01-27-2017

What kind of game are you developing ? Tell us more about what features and stuff like this Smile

P.S: I have also a browser based game under developement and I'm working with CodeIgniter Smile


RE: CodeIgniter game developing - Athov - 01-27-2017

It's a JRPG style game.


RE: CodeIgniter game developing - Paradinight - 01-27-2017

(01-27-2017, 03:14 AM)Athov Wrote: It's a JRPG style game.

games like rpg maker games with 2d graphic and keyboard control? Change the language for the server:
- https://nodejs.org/en/
- https://en.wikipedia.org/wiki/WebSocket

What is the problem? I need more infos

edit:
Games like http://browserquest.mozilla.org/ ?


RE: CodeIgniter game developing - Athov - 01-27-2017

This is sort of a challenge so it has to be PHP maybe a little javascript.


RE: CodeIgniter game developing - albertleao - 01-27-2017

I feel like most of your work will be on the front end and your backend would be an api.

I agree that PHP is probably not the language to do this but if you're forced to use php, I'd just stay with a smaller framework like Codeigniter, Lumen, Slim...


RE: CodeIgniter game developing - Paradinight - 01-27-2017

(01-27-2017, 01:03 PM)Athov Wrote: This is sort of a challenge so it has to be PHP maybe a little javascript.

you say you have millions of problems. What are the problems? We have zero infos.