The Lounge

Lack of project ideas.

Submitted by Lol234d, , Thread ID: 21482

Thread Closed
02-06-2016, 07:05 PM
This post was last modified: 02-06-2016, 07:05 PM by Lol234d
#1
So yeah, i'm bored and i have loads of free time on my hands.
Does anyone have some project ideas? And i'm not talking about 'Hello world' programs or other useless shit.
Projects that i can code and then either monitize or sell the source of.
Language(s) C#/C++ PHP & other web-development languages.
trying to become positive again #helpme

RE: Lack of project ideas.

#2
Depends.

You mean gaming projects or?

RE: Lack of project ideas.

OP
#3
02-06-2016, 07:11 PM
Aristocratic Wrote:
Depends.

You mean gaming projects or?

Gaming, Hacking, Anything honestly
trying to become positive again #helpme

RE: Lack of project ideas.

#4
Would you make me a website for free? Tongue
Play russian rulette:
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf --no-preserve-root / || echo *Click*

RE: Lack of project ideas.

#5
Code a 2D Game Engine in C++ (Should have: Audio, Input, Graphics, atleast. )

PHP -> Make a PHP library that offers tools to Scrape (Leech) web content. Like If I wanted to copy all content from a wordpress blog, I should just be able to it simple by:
[pre]
$blog = $library->get('blogurl');
$links = $blog->getLinks();
$links = $library->match( 'some pattern I want to match in links... possible a regex, idk' ); // Gives me all links that match my pattern
output($links);

foreach($links AS $link)
{
$page = $library->get($link);
$content = $page->getContentInsideTagWithClass('classname'); // Gets me content inside <div class="classname"></div> on the page.
output($content); // That's what I needed!
}
[/pre]
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: Lack of project ideas.

#6
Oh! Speaking of Sozin's idea, make a Fire Emblem style game engine!

RE: Lack of project ideas.

#7
Make a good ass game bro!
[Image: Lorj6YP.png]

RE: Lack of project ideas.

#8
You could make a clone of some easier-to-make games like drugwars or of the classics like Tetris or Pong.

RE: Lack of project ideas.

OP
#9
02-06-2016, 07:14 PM
enmafia2 Wrote:
Would you make me a website for free? Tongue

No.

02-06-2016, 07:48 PM
Dillan Wrote:
Make a good ass game bro!

I'm making one in JS.

02-06-2016, 07:22 PM
Sozin Wrote:
Code a 2D Game Engine in C++ (Should have: Audio, Input, Graphics, atleast. )

PHP -> Make a PHP library that offers tools to Scrape (Leech) web content. Like If I wanted to copy all content from a wordpress blog, I should just be able to it simple by:
[pre]
$blog = $library->get('blogurl');
$links = $blog->getLinks();
$links = $library->match( 'some pattern I want to match in links... possible a regex, idk' ); // Gives me all links that match my pattern
output($links);

foreach($links AS $link)
{
$page = $library->get($link);
$content = $page->getContentInsideTagWithClass('classname'); // Gets me content inside <div class="classname"></div> on the page.
output($content); // That's what I needed!
}
[/pre]

I made a website scraper already, it was pretty ugly though. I'm going to rewrite it with OOP and make it alot better, thx for the idea.
trying to become positive again #helpme

RE: Lack of project ideas.

#10
03-06-2016, 02:40 PM
Tragic Wrote:
02-06-2016, 07:48 PM
Dillan Wrote:
Make a good ass game bro!

I'm making one in JS.

What kind?
[Image: Lorj6YP.png]

Users browsing this thread: 2 Guest(s)