avivace / quadratino

a Snake clone for Game Boy
GNU General Public License v3.0
12 stars 2 forks source link

Compilation on gdk-n not working, here is the solution #2

Closed BenoitAdam94 closed 5 years ago

BenoitAdam94 commented 5 years ago

just remove the useless "mode=1;" at line 63

compiles fine with gdk-n with some warnings.

BenoitAdam94 commented 5 years ago

also change rand.h to <gb/rand.h>

avivace commented 5 years ago

Oh hey, thank you for your contribution! It's been years I haven't touched this project.

I'll make a separate branch to compile it with gbdk-n.

avivace commented 5 years ago

@BenoitAdam94 You are also welcome to send a Pull Request!

BenoitAdam94 commented 5 years ago

Oh thanks, I'm a beginner programmer !

I forked the project, I think it's better for now, I don't even know to use git commands, I have a weird error on VS Code with cigwin1.dll and can't solve it. It's better if I don't Pull Request for now :)

BenoitAdam94 commented 5 years ago

Thus, Pretty sure line-number don't match, not sure if it's me or VS Code... I copy/paste from github, that was a very bad idea I think

avivace commented 5 years ago

@BenoitAdam94 Oh, gotcha! Feel free to join our Discord server or take a look at our Game Boy development resources.

Keep up the good work! :smile: