Log In  
Follow
bitJericho

Cart #40202 | 2017-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

This is a playing cards library, spent quite a while on it.

It allows you to both store playing card data and render the data. Read the comments for usage.

7
2 comments



Cart #40200 | 2017-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This is my Blackjack cart. I don't plan on doing much more with it, as I've moved onto other things for the time being. If anybody wants to finish it up or post fixes, I'll update it with credit :)

1 comment



Cart #36243 | 2017-01-22 | Code ▽ | Embed ▽ | No License

This cart shows a chr function, which allows you to enter an ASCII integer code, and spits out a the correct character, in the form of a string. Example:

print(chr(32))

This code is released into the public domain.

0 comments



Cart #37130 | 2017-02-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


Cart #37095 | 2017-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Cart #36936 | 2017-01-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

[ Continue Reading.. ]

9
5 comments



Cart #36072 | 2017-01-19 | Code ▽ | Embed ▽ | No License
9

Hello. I'm working on a game and had to come up with a particle library for it. Hopefully someone else might find it useful. Let me know if you have any questions. I tried to document it as best I can! Press Z for an explosion :)

It's released into the public domain.

--small update--
in the examples, I define old_position_x and y for the emitters. This is not necessary and will be updated in future versions.

9
1 comment