Code Monkey home page Code Monkey logo

evdenny / appcpp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 10.78 MB

C++ Application Programming. Currently a work in progress on a single app to test my milestones in learning C++ programming. Including demonstrations of my skills and examples of my abilities to problem solve and implement solutions to self-assigned tasks including creating games, tools, and using C++ APIs like OpenGL and SFML.

License: MIT License

C++ 97.71% C 1.77% Shell 0.12% CSS 0.40%
cplusplus cplusplus-20 cpp game hangman object-oriented-programming toolkit workinprogress

appcpp's People

Contributors

evdenny avatar

Stargazers

 avatar

appcpp's Issues

Random Number Generator

Create a Random Number Generator that has preset ranges and a way to customize the range. This should be for integers, though using floats or doubles could be another addition to the program.

  • Create a finished program designed for App.cpp

  • Develop a set of ranges like 1-10, 1-100, 1-1000 for the user to choose from

  • Develop a way for the user to customize a range

  • Menu system testing for the best user interface

Use classes and structure the program for a fast, memory efficient program.

  • Optional: Create a way for the user to change preset ranges and save them within a file that can be called when run in the future.

Replace ArrayTutorial and Tutorial Menu section

I'm not a fan of the tutorial section. I would like to replace the entire menu with a 'Tools' section.
Tools can be simple from a random number generator or a coin flip, to the mdy.cpp project.
If the bugs for mdy.cpp are not ironed out before implementing this change, use a simple tool instead of mdy as the main section header.
Also, create simple set of tools for use.

  • Remove ArrayTutorial menu along with header and cpp files
  • Create Tools section
  • Create Tools enumerations
  • Create Tools (x3) for the section

mdy2.cpp Leap Days not counted

Leap days are able to be input with getInput().
Leap days are not actually counted in both mainloop functions. Very far future/past dates are hundreds of days off from the correct value.

  • Count leap days in mainloop functions
  • Test for functionality in both directions
  • Add more comments for documentation (other programmers should be able to understand my program)
  • QA testing on program for additional bugs
  • Research Gregorian calendar system for possible additional changes with regard to the Earth's precession along its axis

*** ADDITIONAL BUGS FOR mdy2.cpp WILL BE ADDED TO THIS ISSUE ***

Tic Tac Toe

Develop TicTacToe game

  • Should have multiplayer and single player (vs Computer)
  • Single player having a difficulty slider is optional

Switch ArrayTutorial with MDY

MDY code in place of ArrayTutorial and Tutorial section

  • Tools>Tutorial
  • MDY Class Object functioning in App.cpp

Code should be fully functional.
Any issues should be posted to GitHub.

MDY dates not properly counting

mdy.cpp -> Issue01( alias _1 )
_1: The issue appears to be a problem with counting backwards to certain dates.
These dates range from 7/31/2022 to 7/11/2022.
Every once in a while the program executes everything fine when iterating to 7/10/2022, however it doesn't always work.
Every other date works perfectly:
8/1/2022 to current day works.
7/09/2022 || 7/10/2022 to 7/31/2022 don't work whatsoever.
Every date prior works.

  • Read through mdy.cpp code
  • Find and fix the bug
  • Test for additional bugs

One more complex tool

Add one more tool to the queue.

Comments are for suggestions and brainstorming.

Once games and tools are nearly complete, we will focus on adding graphics programing fratured and using APIs with adept understanding of the graphics pipeline (all 6 stages) and the difference between OpenGL and SFML (and maybe one other problem.

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.