AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ideas wanted for new project
Goto page 1, 2  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
Superfraggle



Joined: 02 Nov 2004
Posts: 772
Location: London, UK

PostPosted: Fri Apr 04, 2008 9:57 pm    Post subject: Ideas wanted for new project Reply with quote

I really can't think of anything to write now. Has anyone got any good ideas????
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
BoBoĻ
Guest





PostPosted: Fri Apr 04, 2008 10:43 pm    Post subject: Reply with quote

a) a frameless youtube (playlist) player with optional slide/fade in/out features.
b) a LastFM audio/MP3 recorder.
Back to top
interiot



Joined: 06 Nov 2005
Posts: 64

PostPosted: Fri Apr 04, 2008 11:20 pm    Post subject: Reply with quote

Seriously? No ideas for projects to work on? *cough* *sputter* 1) You probably won't find other people's pet projects nearly as interesting as your own, so you probably shouldn't ask. However, 2) most people would be more than happy to babble on all day about their pet projects, in a most unentertaining way, even though though they're totally aware of #1.

But since you asked, some of mine currently are:
If you're looking for something to do to help the AHK community though, Chris posted some suggestions two years ago. I don't know if any of them still need to be worked on, or if he has an updated list.
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 517
Location: MN, USA

PostPosted: Sat Apr 05, 2008 5:31 am    Post subject: Reply with quote

I think there's an embarrassing paucity of AHK games, considering games are more fun to code than most other scripts. Everyone knows some simple-but-addicting type games that could be scripted: board games, scratch-paper games, cell-phone type games, puzzles, strategy games, etc. Or invent your own!
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
BoBoĻ
Guest





PostPosted: Sat Apr 05, 2008 12:27 pm    Post subject: Reply with quote

What about to dive into this: [MP3 File Structure - HowTo].
Zillions of people out there waitn for native AHK functions ti extract MP3 infos like ID2/3 Tags!

Kinda challenge, isn't it? Smile
Back to top
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Sat Apr 05, 2008 2:50 pm    Post subject: Reply with quote

BoBoĻ wrote:
What about to dive into this: [MP3 File Structure - HowTo].
Zillions of people out there waitn for native AHK functions ti extract MP3 infos like ID2/3 Tags!

Kinda challenge, isn't it? Smile


Oooh i started on that some time ago. When I have time I'll finish it off...

Oh it looks long to get all that stuff......and with ahk havent such poor support for playing files I dont see much point.
Back to top
View user's profile Send private message
Lexikos



Joined: 17 Oct 2006
Posts: 2486
Location: Australia, Qld

PostPosted: Sun Apr 06, 2008 1:04 am    Post subject: Reply with quote

interiot wrote:
Make a script that detects when a window starts flashing its taskbar icon, and find a way to make it stop flashing ASAP.
I use a shell hook similar to the one SKAN demonstrates to keep track of which window flashed last, so I can activate it when I press the chat button on my mouse (MX610.) Have you tried the shell hook method yet?
Quote:
I don't know if any of them still need to be worked on, or if he has an updated list.
Most of them are probably still needed, except maybe "Recommended Editor."
jaco0646 wrote:
I think there's an embarrassing paucity of AHK games, considering games are more fun to code than most other scripts.
I've been working on a Direct3D proof-of-concept script for the last week or so... I don't intend to write any games with it, though.

Perhaps we can think up a game for the community to work on? Smile
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Sun Apr 06, 2008 1:11 am    Post subject: Reply with quote

Lexikos wrote:
Perhaps we can think up a game for the community to work on? Smile


I would like that very much, but I trust very few people to do it with me Very Happy
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Sun Apr 06, 2008 1:49 pm    Post subject: Reply with quote

Ideas for games: 8 Classic PC Games & How They Rocked The World
Back to top
jaco0646



Joined: 07 Oct 2006
Posts: 517
Location: MN, USA

PostPosted: Sun Apr 20, 2008 6:04 am    Post subject: Reply with quote

Well I finally finished my newest game, so I'm ready for something fresh. I searched through Wikipedia extensively before I settled on Ataxx, and I was especially interested in the list of Abstract Strategy games. I found 3 games on this list that I eventually want to script (including Ataxx, so 2 more).

My next choice (based solely on personal preference) is Pentago. I think it looks like a very fun game, and would also be rather challenging to code; so it offers the opportunity to expand the boundaries of AHK.

Third is Abalone, which is a simpler game, but also looks very fun.

I want to hear what people think about these games, and of course if anyone would like to help. My weakness in coding games is the AI. For example, I probably could have used a recursive function instead of a series of loops to make Ataxx much faster and more difficult.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Sun Apr 20, 2008 3:53 pm    Post subject: Reply with quote

basically i wanna see real pc games rather than more board games
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 517
Location: MN, USA

PostPosted: Sun Apr 20, 2008 3:59 pm    Post subject: Reply with quote

Has a "real pc game" ever been made in AHK? If not, please do!
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
Epuls56



Joined: 19 Apr 2008
Posts: 33

PostPosted: Sun Apr 20, 2008 4:02 pm    Post subject: Reply with quote

A good game to make with AHK would definitely be asteroids.
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Sun Apr 20, 2008 4:05 pm    Post subject: Reply with quote

jaco0646 wrote:
Has a "real pc game" ever been made in AHK? If not, please do!


not that i know of.

i will make one at some point, after i finish 2 projects.
i could start right now if someone would be able to draw me a couple of simple graphics
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 383
Location: Berlin

PostPosted: Sun Apr 20, 2008 4:08 pm    Post subject: Reply with quote

What do you mean by real pc game?
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group