Gamer Builder

Play with your Puppy.
Post Reply
Message
Author
kaleckton
Posts: 10
Joined: Thu 16 Jul 2009, 09:51

Gamer Builder

#1 Post by kaleckton »

I am currently in the process of building a puppy linux gaming website indexing games and software in one site as best as possible. I am asking for ideas, locations for video games etc. An RSS feed is in consideration. Reviews on software and games will be available. Also all games will be set into categories which will be in alphabetical order. Anyone interested in helping will be given credits. Website opening is planned August 1st.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

Make use of the various search facilities here:
http://puppylinux.org/wikka/PuppyLinuxSearchEngine

Some games need a particular resource
java, flash, openGL drivers etc
so info on that would be useful

Good luck 8)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
droope
Posts: 801
Joined: Fri 01 Aug 2008, 00:17
Location: Uruguay, Mercedes

#3 Post by droope »

Yes! gaming pets should be tested in a fresh install :), so that you can also link to the dependencies needed.

Cheers!,

kaleckton
Posts: 10
Joined: Thu 16 Jul 2009, 09:51

#4 Post by kaleckton »

Well I have been testing some pets and the ones that should work, don't, and the ones that shouldn't work for me, work. its confusing atm since i have tried 50 games last night and half worked, the other didn't. still don't know why nuclear chess didn't work.

kaleckton
Posts: 10
Joined: Thu 16 Jul 2009, 09:51

#5 Post by kaleckton »

I got something up http://kalecktonenterprise.moogo.com/ Be adding more stuff later. http://kalecktonenterprise.moogo.com/ Got any suggestions or links or anything else you'd like to add please send me an email.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#6 Post by muggins »

@kaleckton,

when any program doesn't work, the first thing to try is running the program's executable, in a console, to see whether any clues are given why it's not working. I just installed nuclearchess, and had this result:

Code: Select all

# nuclearchess
nuclearchess: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
The solution, with my setup, was:

Code: Select all

ln -s /usr/lib/libSDL-1.2.so.0.7.2 /usr/lib/libSDL-1.2.so.0

PupGeek
Posts: 353
Joined: Sun 06 Sep 2009, 11:30

#7 Post by PupGeek »

many times it is just a link that needs to be added.... gotta love that commandline

Post Reply