bitspittle / racketeer

A Dominion-inspired solitaire game where you do crimes to get ahead.
0 stars 0 forks source link

How to build this project? dependencies: com.varabyte.kobweb.application is missing #6

Closed jifffffy closed 1 year ago

jifffffy commented 1 year ago

I could not build this project. I change the version from 0.11.5-SHAPSHOT to 0.11.4, but is not ok.

Plugin [id: 'com.varabyte.kobweb.application', version: '0.11.4'] was not found in any of the following sources
bitspittle commented 1 year ago

Ah, I'm not sure why it doesn't build, but I'm actually not expecting anyone to run this project yet, and I won't have time to help with issues with it yet.

In fact, I've had it set to private for a while but only opened it up today just to share some code examples. As you can see, there's no README set up yet. It's totally unprepared....

Still, if you have Kobweb installed, you should be able to cd into racketeer/site and type kobweb run

If you don't have Kobweb installed, please see https://github.com/varabyte/kobweb for more information.

jifffffy commented 1 year ago

This project is awesome, I want to see the demo result very much , especially the design of the script.

bitspittle commented 1 year ago

Try running this: ./gradlew :limp-interpreter:run

The scripting language is currently called Limp which is because it's inspired by Lisp and it's multiplatform.

Eventually I plan to move it out into its own separate project. You can actually find a partial README under the limp/ folder.

On Wed, Dec 28, 2022, 8:13 PM Jiffy @.***> wrote:

This project is awesome, I want to see the demo result very much , especially the design of the script.

— Reply to this email directly, view it on GitHub https://github.com/bitspittle/racketeer/issues/6#issuecomment-1367060770, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKNONAU4QHARBH5VVNH5QDDWPUFU7ANCNFSM6AAAAAATLXJ5PQ . You are receiving this because you commented.Message ID: @.***>

jifffffy commented 1 year ago

Thank you very much. I've got it up and runing on my mac. the windows is not ok, maybe is the network connecting proprem.

bitspittle commented 1 year ago

Ah, Windows... 😭

Just an FYI, I'll probably be extracting the scripting language out to its own project soon. It's much more ready to share with the world than the card game.

On Thu, Dec 29, 2022, 4:40 AM Jiffy @.***> wrote:

Closed #6 https://github.com/bitspittle/racketeer/issues/6 as completed.

— Reply to this email directly, view it on GitHub https://github.com/bitspittle/racketeer/issues/6#event-8126041206, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKNONATH5MXOFHPP4ROCZ2DWPWBEZANCNFSM6AAAAAATLXJ5PQ . You are receiving this because you commented.Message ID: @.***>

bitspittle commented 1 year ago

OK, heads up! I've moved Limp to https://github.com/bitspittle/limp and improved the README a bit.

I'm going to make this project private for a few more months as I finish some stuff. But I think I saw you on my Discord, so feel free to reach out there if you had any questions!