The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL2-"LettersFall"-WinLinux-Beta1-Open!
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
SDL2-"LettersFall"-WinLinux-Beta1-Open!

Hi,

My team and I are proud to announce the Beta1 release
of our open-source cross-platform SDL2 video game: "LettersFall"...

Official download URL link:
http://16bitsoft.com/files/LettersFall-Retail/Beta/LettersFall5-WinLinux-Beta1.zip
(full Windows Code::Blocks project with Windows EXEcutable, resources, source code, & Linux makefile)
(Linux makefile dependencies: G++, SDL2+dev, SDL2_Image+dev, SDL2_Mixer+dev, & SDL2_TTF+dev)

Known issues(which we would like to fix):
- LINUX(Linux Mint 17.1 KDE 64Bit): Full screen desktop not working? ([Alt]+[Tab] on keyboard to exit broken full screen desktop mode)
- WINDOWS(Microsoft Windows 8.1 Pro 64Bit): High Scores screen sometimes shows completely black text for random text item?

Some screenshots:


If you are interested in HTML5/JavaScript then check out the Internet version of "LettersFall" at below URL link:
http://lettersfall.com
(it too is open-source and you can download the entire game source code from the title screen)

Enjoy!
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
Hi,

We fixed the full screen desktop on Linux.
The download URL link has been updated and remains the same.
Onward to the next project now!

Original forum post URL link for people in the mailing list:
https://forums.libsdl.org/viewtopic.php?t=11241
SDL2-"LettersFall"-WinLinux-Beta1-Open!
Leonardo


Joined: 11 Feb 2010
Posts: 46
Played the web version. Had a lot of fun. This game is hard (probably I'm just very bad)... ended up with a lot of Qs.


Do you guys have an Android version or plans to have one?


Congratulations!


Em sáb, 9 de mai de 2015 às 21:28, JeZ-l-Lee escreveu:
Quote:
Hi,

We fixed the full screen desktop on Linux.
The download URL link has been updated and remains the same.
Onward to the next project now!

Original forum post URL link for people in the mailing list:
https://forums.libsdl.org/viewtopic.php?t=11241




JeZxLee
JessePalser <AT> GMail <DOT> com
16BitSoft Inc.
Video Game Design Studio
www.16BitSoft.com

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Re: SDL2-"LettersFall"-WinLinux-Beta1-Open!
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
Leonardo wrote:
Played the web version. Had a lot of fun. This game is hard (probably I'm just very bad)... ended up with a lot of Qs.


Do you guys have an Android version or plans to have one?


Congratulations!
Hi,

Thanks for playing!

We do not have an Android version and have no plans for it.
I think the letter tiles would be too small to tap on the small Android smartphone screen.

Thanks!

Link to the original forum post for people in the mailing list:
https://forums.libsdl.org/viewtopic.php?t=11241
Naith


Joined: 03 Jul 2014
Posts: 158
Nice game! Very Happy

I looked through the code quick and I couldn't see that you've made any special things to make it work on Linux, which is nice. Nice to not have to write different versions of code for different platforms, I mean.
So the game is fully functional on Linux?
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
Naith wrote:
Nice game! Very Happy

I looked through the code quick and I couldn't see that you've made any special things to make it work on Linux, which is nice. Nice to not have to write different versions of code for different platforms, I mean.
So the game is fully functional on Linux?
Hi,

Thanks for playing.
Yes, single source code builds and run on any Windows or and Linux operating system.
(probably would build and run on Apple Mac OS X too, but we can't test it without that system here)

Thanks again!