LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 09-17-2011, 03:11 PM   #1
anon02
Member
 
Registered: Aug 2011
Posts: 223

Rep: Reputation: Disabled
Getting open source software out there.


I have been making a console based RPG game, which is almost done, and I was wondering of how to get people to know it. I have seen programs like GIMP, Gedit, Ubuntu, Firefox, getting used a lot, and was wondering if anyone had any tips on how to get it out there.

I think this is the correct forum as it is about programming due to me programming it in C.
 
Old 09-17-2011, 03:18 PM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
How about souceforge or github?

By the way...is that game about something special?
 
Old 09-17-2011, 03:50 PM   #3
anon02
Member
 
Registered: Aug 2011
Posts: 223

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Thor_2.0 View Post
How about souceforge or github?

By the way...is that game about something special?
I will look into sourceforge and github, but I have a website it is already hosted on.

The game is loosly based around a philosophy I came up with. You may have many enemies, but the only real one is your mind.

The game is about a poor man who has to find his way around his life, and it is a physical version of my philosophy. While you have many enemies, you need to keep your mind focused on the task, so fighting your passion to drift, to beat the game.
 
Old 09-17-2011, 04:18 PM   #4
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Interesting concept...a game with a philosophy and not just a mindless "whatever"...

Since you've already got a site...perhaps contacting the repo maintainer of your current distro is a good point to sniff out the scene.

If it's to the liking, you may even get a place in the repo. Then, there's not limit...

Just some loose ideas...
 
Old 09-17-2011, 04:40 PM   #5
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
How about sending a press release to our user-submitted News forum?
 
Old 09-17-2011, 08:56 PM   #6
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Rep: Reputation: Disabled
You should also find an online community with an interest in that particular category of game, otherwise most of your effort to spread the word will be spent on people with other interests. Hosting in general doesn't provide visibility for your project; however, it does enable the casual searcher of the hosting site to list your project along with a few hundred others in response to certain keywords or categories. In some cases your project's page will appear in web searches, also. The audience is more important than the access, unless you just want numbers.
Kevin Barry
 
Old 09-18-2011, 01:59 AM   #7
anon02
Member
 
Registered: Aug 2011
Posts: 223

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Thor_2.0 View Post
Interesting concept...a game with a philosophy and not just a mindless "whatever"...

Since you've already got a site...perhaps contacting the repo maintainer of your current distro is a good point to sniff out the scene.

If it's to the liking, you may even get a place in the repo. Then, there's not limit...

Just some loose ideas...
The game does have some 'mindless "whatever"' in parts of the story line, but it is based around the philosophy.

I am going to have a look at different repositories to try and get it out there. One issue is that because the game is one of my hobbies, I get through about a release every day, and repositories update quite slowly.

Quote:
Originally Posted by ta0kira View Post
You should also find an online community with an interest in that particular category of game, otherwise most of your effort to spread the word will be spent on people with other interests. Hosting in general doesn't provide visibility for your project; however, it does enable the casual searcher of the hosting site to list your project along with a few hundred others in response to certain keywords or categories. In some cases your project's page will appear in web searches, also. The audience is more important than the access, unless you just want numbers.
Kevin Barry
I am going to see if I can find communities like that. My website does respond to quite a few searches, like a search for its name, my name, my other projects, and a Wiki I made specially for it.

Quote:
Originally Posted by dugan View Post
How about sending a press release to our user-submitted News forum?
I will look into that.
 
Old 09-18-2011, 03:38 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Some things you can do:

Host code on google code and/or github.

Add your game to:
http://freshmeat.net/
http://www.lgdb.org/
http://www.moddb.com/ (linux section)
other gaming sites you know of

It may help if you have a nice site to go with it.
 
Old 09-18-2011, 04:00 AM   #9
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
The game does have some 'mindless "whatever"' in parts of the story line, but it is based around the philosophy.
Cool, if you may ever think of a "port" to the graphical realm, I think RenPy would be a good vehile for this project. Granted, RenPy has drawbacks, and there's a lot better stuff out there...

I for one am looking forward to giving it a whirl!

Thor

Last edited by ButterflyMelissa; 09-18-2011 at 04:06 AM.
 
Old 09-18-2011, 04:52 AM   #10
anon02
Member
 
Registered: Aug 2011
Posts: 223

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Thor_2.0 View Post
Cool, if you may ever think of a "port" to the graphical realm, I think RenPy would be a good vehile for this project. Granted, RenPy has drawbacks, and there's a lot better stuff out there...

I for one am looking forward to giving it a whirl!

Thor
It is currently at a usable stage, but it still has a few bugs. I will probably finish the command line version and possibly build a GUI atop it. I came up with some art for the project for each character which I may use in the GUI version.

Not sure if for the GUI version I should have like a 2d game where you move about, or simply where you type text into the prompt and it displays stuff accordingly. Also, I had a look at RenPy and may consider it. Thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Distinguish between freeware, shareware, open source software and closed source ... turbomen Linux - Newbie 1 11-16-2010 02:49 AM
LXer: Registration Open for 2007 Free and Open Source Software for ... LXer Syndicated Linux News 0 04-11-2007 09:31 PM
LXer: Red Hat to set up open-source software store: source LXer Syndicated Linux News 0 03-09-2007 02:16 PM
LXer: Libraries facilitate open access to information with open source software LXer Syndicated Linux News 0 01-23-2007 03:54 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration