Giter VIP home page Giter VIP logo

3dchess's Introduction

3D Chess for iPhone

Build Status

N|Solid

3D Chess is a personal free-time project to develop a fully playable and functional Chess game for iOS, written in Swift. It started as a way for me to gain an introduction into some areas of iOS development I was not familiar with, such as SceneKit, but has blossomed into a fully-featured app with a focus on strong user-experience.

Background

At its core, this application uses a SceneKit front-end on top of a Chess logic backend known as SwiftChess, which has been slightly modified to fit the needs of the application. The front-end is responsible for for translating user touches into logic for the back-end, and moving the pieces on screen according to the back-end's response.

I could go on and on about the incredibly rewarding challenges I've faced developing this app from a development/learning perspective. Areas such as API interfacing, basic multithreading & race-conditions, creating a "live" and polished user experience, SceneKit nodes/cameras/animations, working heavily with delegates and nested view controllers, and so much more.

Most of my specific tasks and overall workflow/progress can be seen from the Projects tab. Many of these tasks are likely not due to be completed any time soon, and many are just some bonus features if I happen to find a ton of time to waste on tackling them. Though I'm the only one really using this repository, I find the agile-esque kanban board for me to be a very effective way of keeping track of my progress.

Here's an WIP in-game shot:

Building the Project

Simply clone, open the workspace, and build! All necessary frameworks/Pods are included in the repository. If they don't work, ensuring CocoaPods is installed, run:

$ pod install

in the main project directory. This should download the necessary dependencies. If my development really hits a home run, I likely will publish this to the App Store.

License

My own code & app: All rights reserved. See LICENSE for more information.

Other

I am always looking for suggestions on how I can make the app better, especially from a visual standpoint. Any thoughts/suggestions on my coding practices are very welcome. I am always looking for ways to improve.

I do hope you will take the time to check out some of my other work! I am especially proud of my project MusicansToolkit a set of tools for musicians including a tuner, metronome, audio recorder, on-screen playable guitar, and more!

3dchess's People

Contributors

markypizz 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.