Gangs of GTA

Questions about programming languages and debugging
Post Reply
G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Gangs of GTA

Post by G-Brain »

Gangs of GTA is an online text-based role playing game written in Common Lisp using the Hunchentoot and CL-WHO libraries.

I wrote it! It's in a pretty early stage right now, but development is going great. The layout is rough, the features are sparse, but it's in active development and I'm sure it will turn out great.

Home page: http://www.g-brain.net/gangs-of-gta/

Source: http://www.g-brain.net/gangs-of-gta/source/

Test server: http://77.160.39.17:8080 (Online sometimes)
I <3 MariaLara more than all of you

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

It looks good,
the Lisp part impresses me,
however i would really like if i could have some more info about the game on its home page.

G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Post by G-Brain »

I understand. I'll work on that :D
I <3 MariaLara more than all of you

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

How do i unzip it, install and play? maybe a install.doc would be nice for linux noobs :oops:

I sudo apt-get everything, and have not really unzipped / untarred anything or installed anything in a diffrent way yet but it would be nice to learn. I like all the GTA games. so i would probuly give it a test run..

G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Post by G-Brain »

It's a web based RPG, and I haven't worked on it in the past month. The download is the server source, which you'll need if you want to run your own server, not something a "Linux noob" would want to do. To make it work, you need SBCL (apt-get install sbcl?) and then you'll have to install a few packages using ASDF and run

Code: Select all

sbcl --load test.lisp
I made a small readme, but it probably isn't very helpful.

When I start developing it again I'll be sure to post some screenshots. I'm currently busy with some other stuff; a website and a Forth interpreter in PIC assembly.
I <3 MariaLara more than all of you

Post Reply