Giter VIP home page Giter VIP logo

sudokureactnative's Introduction

SudokuReactNative

SudokuReactNative is an implementation of Sudoku in React Native.

Sudoku is a logic-based number-placement puzzle, implemented in React Native. The objective of Sudoku is to fill a 9x9 grid with digits, so that each column, each row, and each 3x3 subgrid (or “block”) contain all the digits from 1 to 9, with no repetitions. My application builds a home screen, level selector, designs and implements the gameplay functionality alongside additional features for user experience. I use a variety of tools including React Native, some open-source Javascript libraries, Expo, and Android Studio.

This project was built for CS389D: Mobile Web Development at Pace University.

Build

To clone this repository, you'll need Git, Node.js (which comes with npm), and the Expo CLI installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/DeveloperBlue/SudokuReactNative.git

# Navigate into the repository
cd sudokuReactNative

# Install dependencies
npm install

# Start
npm start

You can now access the application on an emulator or your own device. You may need the Android SDK (which comes with Android Studio) or Expo installed on your device.

Resources

GitHub: https://github.com/DeveloperBlue/SudokuReactNative Submission Guidelines: Project Presentation Guidelines Project Writeup: Project Writeup Demo Video: Project Demo Powerpoint Presentation: Project Presentation Code Documentation: Program Code

Acknowledgements

Special thanks to Robatron's Sudoku.js library. It was very helpful for generating custom levels and analysing solutions.

sudokureactnative's People

Contributors

developerblue avatar

Watchers

 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.