Code Monkey home page Code Monkey logo

doodle-jumper's Introduction

Doodle Junmper

The objective was to direct a main character, named "Doodle", who moves continuously to the right. Players can make it jump over the obstacles along the way by doing the math problems. The players need to calulate and compare the sun of two numbers with the given result.

Arithmetic Logic Unit

Our game make use of the following ALU functions, including three functions added by ourselves.

ALUFN Operation Type Description
000000 ADD ARITH A + B
000001 SUB ARITH A - B
000010 MUL ARITH A * B
011000 AND BOOL bitwise A and B
011110 OR BOOL bitwise A or B
010110 XOR BOOL bitwise A xor B
100000 SHL SHIFT shift A leftwards by B bits
100001 SHR SHIFT shift A rightwards by B bits
110011 CMPEQ CMP compare if A == B
110101 CMPLT CMP compare if A < B
110111 CMPLE CMP compare if A <= B
111011 CMPNE CMP compare if A != B
111101 CMPGE CMP compare if A >= B
111111 CMPGT CMP compare if A > B

Electronic Design

Alt text

doodle-jumper's People

Contributors

jiankun0830 avatar busukxuan avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.