Usage
kush5683 opened this issue · 3 comments
kush5683 commented
Hello,
I have a few questions:
- Would I be able to use this library for an app I am making in my software engineering class?
- Would you be able to explain a little about how to integrate this into an existing JavaFX application if at all.
Great work this is really cool!
armin-reichert commented
Hello,
nice to hear that you like my project.
Ad 1:
You can do with the code what you want, as long as you respect the MIT
license (which roughly says you should not claim having written code that
you didn't).
Ad 2:
Can you give me some details about what you want to do with my code? Do you
want to attach some kind of AI controller or do you want to implement a new
user interface?
Using the game logic code is simple: Just clone/fork the "pacman-basic"
repository and run "mvn clean install". Then you can define a Maven
dependency inside your using Maven project as is done e.g. in the
"pacman-ui-fx" subproject (pom.xml).
Feel free to ask any further questions.
Regards
Armin Reichert
…_____
Von: Kush Shah ***@***.***
Gesendet: Mittwoch, 5. Mai 2021 21:35
An: armin-reichert/pacman-javafx
Cc: Subscribed
Betreff: [armin-reichert/pacman-javafx] Usage (#2)
Hello,
I have a few questions:
1. Would I be able to use this library for an app I am making in my
software engineering class?
2. Would you be able to explain a little about how to integrate this
into an existing JavaFX application if at all.
Great work this is really cool!
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on
<#2> GitHub, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYNHYY43PARK344EXMFFRTTM
GMVBANCNFSM44FUATTQ> .
<https://github.com/notifications/beacon/ABYNHY3YOVW74IOHN5TNNKDTMGMVBA5CNFS
M44FUATT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4NCCO5RA.gif>
kush5683 commented
I would like to embed your code into an existing javafx application
armin-reichert commented
Just do it.