Skip to content

andrewstephentud/tictactoe-code-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

tictactoe-code-exam Introduction

Hi, Job Applicant!

Congratulations on passing our initial screening! The next step is to take the code exam. We have prepared this code exam to prove you’re fit for the job. Whether you’re an up-and-coming or an established Senior Software Developer, this code exam will test your skills in Front-End Development and C# Development. Anyone who is great in programming can take this code exam.

No need to create your own TicTacToe Business Logic. So you might ask, what will you program? If you read the PDF instructions, we are asking you to simply create the unit test for the Business Logic and create the presentation layer in Angular. Of course, you also need to study the Business Logic to know what json payload to pass.

Thank you for considering the code exam and we look forward to evaluate your source code. Happy Coding!

Best Regards,
CONAN Development Team

Setup Guide

  1. Download the solution (10 minutes)
  2. Open the solution in Visual Studio (2 minutes)
  3. Build and run the Web API (1 minute)

JSON Payload Sample Input

[
{"player":"X"},
{"player":"O"},
{"player":"X"},
{"player":""},
{"player":""},
{"player":""},
{"player":""},
{"player":""},
{"player":""}
]

You can use postman to test the API and Business Logic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published