You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Inga 🏳🌈
aa47a7812b
|
5 days ago | |
---|---|---|
src/lib | 5 days ago | |
.gitignore | 5 days ago | |
.prettierrc | 5 days ago | |
LICENSE | 5 days ago | |
README.md | 5 days ago | |
eslint.config.js | 5 days ago | |
package-lock.json | 5 days ago | |
package.json | 5 days ago | |
tsconfig.build.json | 5 days ago | |
tsconfig.json | 5 days ago |
README.md
Assignment
Source: https://www.programmfabrik.de/en/assignment-frontend-backend-developer-job-berlin/
Code a tic-tac-toe game
Depending on the job you are applying for, you can code in Javascript (ECMA) or C++.
Requirements
- Use your own code only and start from scratch
- Player can choose the opponent to be human or computer
- Use [L]GPL'ed libraries if necessary, please include copyright notes
- Let us know how long it took you to code the game
JavaScript version
- Implement in Javascript so that it works in Mozilla Firefox
- Make use of CSS, provide nice visuals
- Make the back button work
C++ version
- Implement in C++, so that i works on the command line under Linux
- The opponent has to be unbeatable