Search found 8 matches

by kevin.o'mara
Thu Aug 25, 2016 5:40 pm
Forum: General
Topic: Do you work solo or with a team?
Replies: 7
Views: 5479

Re: Do you work solo or with a team?

I'm currently working alone on a LÖVE game. I'm working alone because 1) I'm still learning LÖVE and Lua, 2) I'm still learning about game development, and 3) I like tackling large projects on my own. For my current project I would appreciate someone to help with sound as I have absolutely no experi...
by kevin.o'mara
Wed Aug 17, 2016 4:17 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488426

Re: What's everyone working on? (tigsource inspired)

Nice work partnano!
by kevin.o'mara
Mon Aug 15, 2016 5:18 pm
Forum: Games and Creations
Topic: buzzin - a microgame about bees
Replies: 2
Views: 2292

Re: buzzin - a microgame about bees

Wow this is really fun! Thanks for sharing! :)
by kevin.o'mara
Sat Aug 06, 2016 4:30 am
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488426

Re: What's everyone working on? (tigsource inspired)

I'm working on a framework for "dudes-in-a-corridor" style boardgames (like Space Hulk and sort of like XCOM, i.e. 2d grid, action points, overwatch, that sort of thing). I'm trying to make the framework as modular and usable as possible, with an easy to use API and all that. Hopefully oth...
by kevin.o'mara
Wed Jul 20, 2016 10:55 pm
Forum: General
Topic: Can you point me to a good, simple, up to date game example?
Replies: 5
Views: 3680

Re: Can you point me to a good, simple, up to date game example?

Awesome! I'm really happy to hear that :) Yes, the 70 Mb "Downloads" folder was intentional. I'm trying to practice Game Distribution (i.e. turning the source into a single executable). After all, not everyone has LÖVE installed. An example is Mari0: http://stabyourself.net/mari0/ . At the...
by kevin.o'mara
Wed Jul 20, 2016 10:46 pm
Forum: Support and Development
Topic: Application Error; Windows 10, 64-bit only (32-bit works; 32- & 64-bit work on Windows 7)
Replies: 2
Views: 2461

Re: Application Error; Windows 10, 64-bit only (32-bit works; 32- & 64-bit work on Windows 7)

Some questions, did you check that your system is 64bits? 32bits system can't run 64bits binaries, 64bits system can run both 64 and 32bits binaries Yes, I have Windows 10 Home 64-bit. Are you trying to run from the zip? Windows Explorer doesn't allow that in most of the cases (mostly when dll's ar...
by kevin.o'mara
Wed Jul 20, 2016 8:18 pm
Forum: General
Topic: Can you point me to a good, simple, up to date game example?
Replies: 5
Views: 3680

Re: Can you point me to a good, simple, up to date game example?

Hi OldBoy, I'm new to Lua and LÖVE myself. I just completed a basic "Pong" game which you may like to take a look at: https://github.com/kevin-d-omara/Pong . It uses the latest LÖVE (version 0.10.1) and has 4 gamestates: main menu, in game, pause, and game over. Complete with options to sw...
by kevin.o'mara
Wed Jul 20, 2016 7:29 pm
Forum: Support and Development
Topic: Application Error; Windows 10, 64-bit only (32-bit works; 32- & 64-bit work on Windows 7)
Replies: 2
Views: 2461

Application Error; Windows 10, 64-bit only (32-bit works; 32- & 64-bit work on Windows 7)

Hello, First off, I'm new here and I've been having a blast learning Lua and LÖVE. I just completed a basic "Pong" game (see end of post for links) and now I've run into an issue regarding "Game Distribution". I've followed the steps outlined on the wiki ( https://love2d.org/wiki...