Giter Site home page Giter Site logo

casiofx's Introduction

Casiofx

Do you like Casio Fx-92+ College calculator algorithmic? With this tool, you can create these programs in Python!

Warning

This tool is in beta and will be updated frequently.
Please report any bug/enhancement in the issues.

Default games

By default, you have the following games :

Just play them, and you'll understand the functionning. Enjoy!

Functions

Calculator functions

Function Name Description
forward(pixels) Forwards of the specified pixels
rotate(angle) Rotates counter-clockwise of the specified angle
goto(x, y) Goes to specified coordinates
penup() Raises the pen
pendown() Lowers the pen
stop() Kills the window
wait() Waits 5 seconds
lookat(angle) Makes arrow look towards specified angle
comment(text) Displays the comment in a pop-up (by default, allowed comments are : 'Yes', 'No', 'Result: ' and 'Number? ')
displayResult(result) Displays the specified int or float through a pop-up
askValue(var) Prompts the user for a float value to store in the specified variable
asyncMainloop() Starts tkinter's mainloop in a thread

Other functions

Function Name Description
RanInt(a, b) Generates a random number n like a <= n <= b
Ent(number) Returns the integer part of the number (similar to number // 1)

Contributors

Thanks to amolinarius for the module and the games.
Thanks to cperrier for the cannon_game.py code base.

casiofx's People

Contributors

amolinarius avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.